howmuch/web
Muyao CHEN 0258ff6620
All checks were successful
Build and test / Build (push) Successful in 2m28s
web: add test login and signup page
2024-10-23 22:39:19 +02:00
..
.vscode feat: add Vue init project 2024-10-08 00:17:36 +02:00
public feat: add Vue init project 2024-10-08 00:17:36 +02:00
src web: add test login and signup page 2024-10-23 22:39:19 +02:00
.eslintrc.cjs feat: add Vue init project 2024-10-08 00:17:36 +02:00
.gitignore feat: test gitea actions with a real build! 2024-10-08 23:22:00 +02:00
.prettierrc.json feat: add Vue init project 2024-10-08 00:17:36 +02:00
env.d.ts feat: add Vue init project 2024-10-08 00:17:36 +02:00
index.html feat: add Vue init project 2024-10-08 00:17:36 +02:00
Makefile fix(ci): install npm 2024-10-08 23:43:05 +02:00
package-lock.json web: add test login and signup page 2024-10-23 22:39:19 +02:00
package.json web: add test login and signup page 2024-10-23 22:39:19 +02:00
README.md feat: add Vue init project 2024-10-08 00:17:36 +02:00
tsconfig.app.json feat: add Vue init project 2024-10-08 00:17:36 +02:00
tsconfig.json feat: add Vue init project 2024-10-08 00:17:36 +02:00
tsconfig.node.json feat: add Vue init project 2024-10-08 00:17:36 +02:00
tsconfig.vitest.json feat: add Vue init project 2024-10-08 00:17:36 +02:00
vite.config.ts feat: add Vue init project 2024-10-08 00:17:36 +02:00
vitest.config.ts feat: add Vue init project 2024-10-08 00:17:36 +02:00

web

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur).

Type Support for .vue Imports in TS

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.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint