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