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