|
19 godzin temu | |
---|---|---|
.vscode | 19 godzin temu | |
public | 2 dni temu | |
src | 19 godzin temu | |
.editorconfig | 2 dni temu | |
.gitattributes | 2 dni temu | |
.gitignore | 19 godzin temu | |
.prettierrc.json | 2 dni temu | |
API接口规范文档.md | 2 dni temu | |
README.md | 2 dni temu | |
env.d.ts | 19 godzin temu | |
eslint.config.ts | 2 dni temu | |
index.html | 2 dni temu | |
package-lock.json | 2 dni temu | |
package.json | 2 dni temu | |
tsconfig.app.json | 2 dni temu | |
tsconfig.json | 2 dni temu | |
tsconfig.node.json | 2 dni temu | |
vite.config.ts | 2 dni temu | |
产品结构书.md | 2 dni temu | |
数据库设计文档.sql | 2 dni temu | |
系统架构图.svg | 2 dni temu |
This template should help get you started developing with Vue 3 in Vite.
VS Code + Vue (Official) (and disable Vetur).
.vue
Imports in TSTypeScript 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 Configuration Reference.
npm install
npm run dev
npm run build
npm run lint