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