别人的文章和库的集合
- ni - use the right package manager - 统一包管理工具命令
- publint - Lint packaging errors - package.json文件内容检查
- patch-package - lets app authors instantly make and keep fixes to npm dependencies - 本地修复使用的开源项目代码
- vite-plugin-inspect - Inspect the intermediate state of Vite plugins - 检查对应vite-plugin做了什么
- unplugin-vue-components - On-demand components auto importing for Vue. - 组件自动导入
- unplugin-auto-import - Auto import APIs on-demand for Vite, Webpack, Rollup and esbuild. - 自动导入Vue/React API
- minimist - parse argument options - 命令行参数提取
- Taze - A modern cli tool that keeps your deps fresh - 更新依赖包版本
- cz-git - A Node.js-based git commit command-line tool that assists in generating standardized commit messages - git commit信息规范化工具
- ufo - URL utils for humans. - URL工具
- vConsole - A lightweight, extendable front-end developer tool for mobile web page. - 针对手机网页的前端开发者调试面板
- vitesse - 各种vite脚手架模板
- bookmark: 代码书签
- vscode-icons: 图标
- Volar: vue文件高亮
- TODO Highlight: 代码内部设置TODO高亮
- Todo Tree: 侧边栏显示项目中的TODO部分
- Project Manager: 多目录切换
- Import Cost: 展示引入的包的大小
- Pretty TypeScript Errors:ts错误提示美化
- Error lens: 高亮错误
- quokkajs:playground in editor