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