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