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