|
4 дней назад | |
---|---|---|
.vscode | 4 дней назад | |
public | 5 дней назад | |
src | 4 дней назад | |
.editorconfig | 5 дней назад | |
.gitattributes | 5 дней назад | |
.gitignore | 4 дней назад | |
.prettierrc.json | 5 дней назад | |
API接口规范文档.md | 5 дней назад | |
README.md | 5 дней назад | |
env.d.ts | 4 дней назад | |
eslint.config.ts | 5 дней назад | |
index.html | 5 дней назад | |
package-lock.json | 5 дней назад | |
package.json | 5 дней назад | |
tsconfig.app.json | 5 дней назад | |
tsconfig.json | 5 дней назад | |
tsconfig.node.json | 5 дней назад | |
vite.config.ts | 5 дней назад | |
产品结构书.md | 5 дней назад | |
数据库设计文档.sql | 5 дней назад | |
系统架构图.svg | 5 дней назад |
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