|
1 день назад | |
---|---|---|
.vscode | 8 месяцев назад | |
public | 8 месяцев назад | |
src | 1 день назад | |
.eslintrc.cjs | 8 месяцев назад | |
.gitignore | 8 месяцев назад | |
.prettierrc.json | 8 месяцев назад | |
README.md | 1 месяц назад | |
env.d.ts | 8 месяцев назад | |
favicon.png | 1 месяц назад | |
index.html | 2 недель назад | |
package-lock.json | 5 месяцев назад | |
package.json | 4 месяцев назад | |
tsconfig.app.json | 8 месяцев назад | |
tsconfig.json | 8 месяцев назад | |
tsconfig.node.json | 8 месяцев назад | |
vite.config.ts | 2 недель назад |
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