|
|
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