|
1 dzień temu | |
---|---|---|
.vscode | 2 tygodni temu | |
public | 2 tygodni temu | |
src | 1 dzień temu | |
.gitignore | 2 tygodni temu | |
README.md | 2 tygodni temu | |
env.d.ts | 2 tygodni temu | |
index.html | 2 tygodni temu | |
package-lock.json | 4 dni temu | |
package.json | 4 dni temu | |
tsconfig.app.json | 2 tygodni temu | |
tsconfig.json | 2 tygodni temu | |
tsconfig.node.json | 2 tygodni temu | |
vite.config.ts | 1 tydzień temu |
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