|
18 цаг өмнө | |
---|---|---|
.vscode | 18 цаг өмнө | |
public | 2 өдөр өмнө | |
src | 18 цаг өмнө | |
.editorconfig | 2 өдөр өмнө | |
.gitattributes | 2 өдөр өмнө | |
.gitignore | 18 цаг өмнө | |
.prettierrc.json | 2 өдөр өмнө | |
API接口规范文档.md | 2 өдөр өмнө | |
README.md | 2 өдөр өмнө | |
env.d.ts | 18 цаг өмнө | |
eslint.config.ts | 2 өдөр өмнө | |
index.html | 2 өдөр өмнө | |
package-lock.json | 2 өдөр өмнө | |
package.json | 2 өдөр өмнө | |
tsconfig.app.json | 2 өдөр өмнө | |
tsconfig.json | 2 өдөр өмнө | |
tsconfig.node.json | 2 өдөр өмнө | |
vite.config.ts | 2 өдөр өмнө | |
产品结构书.md | 2 өдөр өмнө | |
数据库设计文档.sql | 2 өдөр өмнө | |
系统架构图.svg | 2 өдөр өмнө |
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