whh 717a097e4a init更改 | il y a 4 mois | |
---|---|---|
.vscode | il y a 5 mois | |
public | il y a 5 mois | |
src | il y a 4 mois | |
.env.development | il y a 5 mois | |
.env.production | il y a 5 mois | |
.gitignore | il y a 5 mois | |
README.md | il y a 5 mois | |
env.d.ts | il y a 5 mois | |
index.html | il y a 4 mois | |
package-lock.json | il y a 4 mois | |
package.json | il y a 4 mois | |
postcss.config.js | il y a 5 mois | |
tailwind.config.js | il y a 5 mois | |
tsconfig.app.json | il y a 5 mois | |
tsconfig.json | il y a 5 mois | |
tsconfig.node.json | il y a 5 mois | |
vite.config.ts | il y a 5 mois | |
yarn.lock | il y a 4 mois |
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