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