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