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