This template should help get you started developing with Vue 3 in Vite.
-
reference vue specification (Angular)
feat
Add new features 增加新功能fix
Fix the problem/BUG 修复问题/BUGstyle
The code style is related and does not affect the running result 代码风格相关无影响运行结果的perf
Optimization/performance improvement 优化/性能提升refactor
Refactor 重构revert
Undo edit 撤销修改test
Test related 测试相关docs
Documentation/notes 文档/注释chore
Dependency update/scaffolding configuration modification etc. 依赖更新/脚手架配置修改等workflow
Workflow improvements 工作流改进ci
Continuous integration 持续集成types
Type definition file changes 类型定义文件更改wip
In development 开发中
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint