|
пре 14 часа | |
---|---|---|
.vscode | пре 14 часа | |
public | пре 1 дан | |
src | пре 14 часа | |
.editorconfig | пре 1 дан | |
.gitattributes | пре 1 дан | |
.gitignore | пре 14 часа | |
.prettierrc.json | пре 1 дан | |
API接口规范文档.md | пре 1 дан | |
README.md | пре 1 дан | |
env.d.ts | пре 14 часа | |
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