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