Rabbi_Gerzi/frontend/rabbi_gerzi
2026-05-15 12:28:12 +03:00
..
.vscode init frontend 2026-05-15 12:28:12 +03:00
public init frontend 2026-05-15 12:28:12 +03:00
src init frontend 2026-05-15 12:28:12 +03:00
.editorconfig init frontend 2026-05-15 12:28:12 +03:00
.gitattributes init frontend 2026-05-15 12:28:12 +03:00
.gitignore init frontend 2026-05-15 12:28:12 +03:00
.oxfmtrc.json init frontend 2026-05-15 12:28:12 +03:00
.oxlintrc.json init frontend 2026-05-15 12:28:12 +03:00
env.d.ts init frontend 2026-05-15 12:28:12 +03:00
eslint.config.ts init frontend 2026-05-15 12:28:12 +03:00
index.html init frontend 2026-05-15 12:28:12 +03:00
package-lock.json init frontend 2026-05-15 12:28:12 +03:00
package.json init frontend 2026-05-15 12:28:12 +03:00
README.md init frontend 2026-05-15 12:28:12 +03:00
tsconfig.app.json init frontend 2026-05-15 12:28:12 +03:00
tsconfig.json init frontend 2026-05-15 12:28:12 +03:00
tsconfig.node.json init frontend 2026-05-15 12:28:12 +03:00
vite.config.ts init frontend 2026-05-15 12:28:12 +03:00

rabbi_gerzi

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript 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.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint