unknown 0482d07939 组件列表、代码编辑器 | 1 mese fa | |
---|---|---|
.vscode | 3 mesi fa | |
public | 1 mese fa | |
src | 1 mese fa | |
.env.development | 3 mesi fa | |
.env.production | 3 mesi fa | |
.eslintrc.cjs | 3 mesi fa | |
.gitignore | 3 mesi fa | |
.prettierrc.json | 3 mesi fa | |
README.md | 3 mesi fa | |
env.d.ts | 1 mese fa | |
index.html | 1 mese fa | |
package.json | 1 mese fa | |
pnpm-lock.yaml | 1 mese fa | |
tsconfig.app.json | 1 mese fa | |
tsconfig.json | 1 mese fa | |
tsconfig.node.json | 1 mese fa | |
vite.config.ts | 1 mese fa | |
vite.config.ts.timestamp-1728457351127-898e9fbc0b3b8.mjs | 1 mese fa |
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