qianduan fdcd12d922 登录、组件列表、axios | 3 months ago | |
---|---|---|
.vscode | 4 months ago | |
public | 4 months ago | |
src | 3 months ago | |
.env.development | 3 months ago | |
.env.production | 3 months ago | |
.eslintrc.cjs | 4 months ago | |
.gitignore | 4 months ago | |
.prettierrc.json | 4 months ago | |
README.md | 4 months ago | |
env.d.ts | 4 months ago | |
index.html | 4 months ago | |
package.json | 4 months ago | |
pnpm-lock.yaml | 4 months ago | |
tsconfig.app.json | 4 months ago | |
tsconfig.json | 4 months ago | |
tsconfig.node.json | 4 months ago | |
vite.config.ts | 3 months ago |
This template should help get you started developing with Vue 3 in Vite.
VSCode + Volar (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.
pnpm install
pnpm dev
pnpm build
pnpm lint