|
пре 19 часа | |
---|---|---|
.vscode | пре 19 часа | |
public | пре 2 дана | |
src | пре 19 часа | |
.editorconfig | пре 2 дана | |
.gitattributes | пре 2 дана | |
.gitignore | пре 19 часа | |
.prettierrc.json | пре 2 дана | |
API接口规范文档.md | пре 2 дана | |
README.md | пре 2 дана | |
env.d.ts | пре 19 часа | |
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