|
14 timmar sedan | |
---|---|---|
.vscode | 14 timmar sedan | |
public | 1 dag sedan | |
src | 14 timmar sedan | |
.editorconfig | 1 dag sedan | |
.gitattributes | 1 dag sedan | |
.gitignore | 14 timmar sedan | |
.prettierrc.json | 1 dag sedan | |
API接口规范文档.md | 1 dag sedan | |
README.md | 1 dag sedan | |
env.d.ts | 14 timmar sedan | |
eslint.config.ts | 1 dag sedan | |
index.html | 1 dag sedan | |
package-lock.json | 1 dag sedan | |
package.json | 1 dag sedan | |
tsconfig.app.json | 1 dag sedan | |
tsconfig.json | 1 dag sedan | |
tsconfig.node.json | 1 dag sedan | |
vite.config.ts | 1 dag sedan | |
产品结构书.md | 1 dag sedan | |
数据库设计文档.sql | 1 dag sedan | |
系统架构图.svg | 1 dag sedan |
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