- Notifications
You must be signed in to change notification settings - Fork0
TGM-HIT/DA-Frontend-Vue-Template
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 thetsc
CLI withvue-tsc
for type checking. In editors, we needVolar to make the TypeScript language service aware of.vue
types.
SeeVite Configuration Reference.
npm install
npm run dev
npm run build
Run Unit Tests withVitest
npm run test:unit
Lint withESLint
npm run lint