|
|
26 minuuttia sitten | |
|---|---|---|
| .. | ||
| public | 19 tuntia sitten | |
| src | 26 minuuttia sitten | |
| .gitignore | 19 tuntia sitten | |
| README.md | 19 tuntia sitten | |
| env.d.ts | 19 tuntia sitten | |
| index.html | 19 tuntia sitten | |
| package.json | 1 tunti sitten | |
| tsconfig.app.json | 19 tuntia sitten | |
| tsconfig.json | 19 tuntia sitten | |
| tsconfig.node.json | 19 tuntia sitten | |
| vite.config.ts | 2 tuntia sitten | |
This template should help get you started developing with Vue 3 in Vite.
VS Code + Vue (Official) (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