Rabbi_Gerzi/frontend/rabbi_gerzi
2026-05-27 20:38:56 +03:00
..
.vscode init frontend 2026-05-15 12:28:12 +03:00
cypress test element youtube embed 2026-05-27 20:38:56 +03:00
public add baderech pdf asset 2026-05-27 20:27:32 +03:00
src add element pdf path 2026-05-27 20:19:11 +03:00
.editorconfig init frontend 2026-05-15 12:28:12 +03:00
.env fix php router script and api url for e2e login 2026-05-17 22:10:33 +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
cypress.config.mjs wire cypress for frontend 2026-05-16 21:47:08 +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 add homepage hero and route 2026-05-16 21:49:32 +03:00
package-lock.json wire cypress for frontend 2026-05-16 21:47:08 +03:00
package.json wire cypress for frontend 2026-05-16 21:47:08 +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