- feat: Add new features or functions.
- fix: Fix issues or bugs.
- perf: Optimize performance.
- style: Change the code style without affecting the running result.
- refactor: Re-factor code without changing the external behavior.
- revert: Undo previous changes.
- test: Add or update tests without affecting business logic.
- docs: Update documentation or add comments/annotations.
- chore: Update dependencies or modify configuration, scaffolding, etc.
- workflow: Improve or update workflows.
- ci: Continuous Integration/Continuous Deployment (CICD) related changes.
- types: Define or update TypeScript types.
- wip: Work in progress, still in development.
This template should help get you started developing with Vue 3 in Vite.
VSCode + Volar (and disable Vetur).
TypeScript cannot handle type information for .vue
imports by default, so we replace the tsc
CLI with vue-tsc
for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue
types.
See Vite Co 67C3 nfiguration Reference.
pnpm install
pnpm dev
pnpm build
Run Unit Tests with Vitest
pnpm test:unit