|
10 meses atrás | |
---|---|---|
.vscode | 10 meses atrás | |
public | 1 ano atrás | |
src | 10 meses atrás | |
.env.development | 1 ano atrás | |
.env.production | 1 ano atrás | |
.gitignore | 1 ano atrás | |
.npmrc | 1 ano atrás | |
README.md | 1 ano atrás | |
components.d.ts | 1 ano atrás | |
env.d.ts | 1 ano atrás | |
index.html | 1 ano atrás | |
package.json | 1 ano atrás | |
pnpm-lock.yaml | 1 ano atrás | |
postcss.config.js | 1 ano atrás | |
tsconfig.app.json | 1 ano atrás | |
tsconfig.json | 1 ano atrás | |
tsconfig.node.json | 1 ano atrás | |
vite.config.ts | 1 ano atrás | |
vite.config.ts.timestamp-1719195106451-3796b60f3a69a.mjs | 1 ano atrás |
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