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