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