plg eeca21dc2a 修改测试报告 | 3 týždňov pred | |
---|---|---|
.vscode | 4 mesiacov pred | |
public | 4 mesiacov pred | |
src | 3 týždňov pred | |
.eslintrc.cjs | 4 mesiacov pred | |
.gitignore | 4 mesiacov pred | |
.prettierrc.json | 4 mesiacov pred | |
README.md | 4 mesiacov pred | |
env.d.ts | 4 mesiacov pred | |
favicon.png | 3 mesiacov pred | |
index.html | 1 mesiac pred | |
package-lock.json | 1 mesiac pred | |
package.json | 1 mesiac pred | |
tsconfig.app.json | 4 mesiacov pred | |
tsconfig.json | 4 mesiacov pred | |
tsconfig.node.json | 4 mesiacov pred | |
vite.config.ts | 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.
npm install
npm run dev
npm run build
npm run lint