|
|
пре 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