|
há 14 horas atrás | |
---|---|---|
.vscode | há 14 horas atrás | |
public | há 1 dia atrás | |
src | há 14 horas atrás | |
.editorconfig | há 1 dia atrás | |
.gitattributes | há 1 dia atrás | |
.gitignore | há 14 horas atrás | |
.prettierrc.json | há 1 dia atrás | |
API接口规范文档.md | há 1 dia atrás | |
README.md | há 1 dia atrás | |
env.d.ts | há 14 horas atrás | |
eslint.config.ts | há 1 dia atrás | |
index.html | há 1 dia atrás | |
package-lock.json | há 1 dia atrás | |
package.json | há 1 dia atrás | |
tsconfig.app.json | há 1 dia atrás | |
tsconfig.json | há 1 dia atrás | |
tsconfig.node.json | há 1 dia atrás | |
vite.config.ts | há 1 dia atrás | |
产品结构书.md | há 1 dia atrás | |
数据库设计文档.sql | há 1 dia atrás | |
系统架构图.svg | há 1 dia atrás |
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