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