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