Go to file
2024-10-25 20:24:35 +05:00
app initial commit 2024-10-25 19:58:19 +05:00
bootstrap initial commit 2024-10-25 19:58:19 +05:00
config initial commit 2024-10-25 19:58:19 +05:00
database initial commit 2024-10-25 19:58:19 +05:00
public initial commit 2024-10-25 19:58:19 +05:00
resources url, logo set 2024-10-25 20:24:35 +05:00
routes initial commit 2024-10-25 19:58:19 +05:00
storage initial commit 2024-10-25 19:58:19 +05:00
tests initial commit 2024-10-25 19:58:19 +05:00
.dockerignore initial commit 2024-10-25 19:58:19 +05:00
.editorconfig initial commit 2024-10-25 19:58:19 +05:00
.env.example initial commit 2024-10-25 19:58:19 +05:00
.eslintrc-auto-import.json initial commit 2024-10-25 19:58:19 +05:00
.eslintrc.cjs initial commit 2024-10-25 19:58:19 +05:00
.gitattributes initial commit 2024-10-25 19:58:19 +05:00
.gitignore initial commit 2024-10-25 19:58:19 +05:00
.npmrc initial commit 2024-10-25 19:58:19 +05:00
.nvmrc initial commit 2024-10-25 19:58:19 +05:00
.stylelintrc.json initial commit 2024-10-25 19:58:19 +05:00
artisan initial commit 2024-10-25 19:58:19 +05:00
auto-imports.d.ts initial commit 2024-10-25 19:58:19 +05:00
components.d.ts initial commit 2024-10-25 19:58:19 +05:00
composer.json initial commit 2024-10-25 19:58:19 +05:00
composer.lock initial commit 2024-10-25 19:58:19 +05:00
dev.Dockerfile initial commit 2024-10-25 19:58:19 +05:00
docker-compose.dev.yml initial commit 2024-10-25 19:58:19 +05:00
docker-compose.prod.yml initial commit 2024-10-25 19:58:19 +05:00
docker-compose.yml initial commit 2024-10-25 19:58:19 +05:00
jsconfig.json initial commit 2024-10-25 19:58:19 +05:00
nginx.conf initial commit 2024-10-25 19:58:19 +05:00
package-lock.json initial commit 2024-10-25 19:58:19 +05:00
package.json initial commit 2024-10-25 19:58:19 +05:00
phpunit.xml initial commit 2024-10-25 19:58:19 +05:00
pnpm-lock.yaml initial commit 2024-10-25 19:58:19 +05:00
prod.Dockerfile initial commit 2024-10-25 19:58:19 +05:00
README.md initial commit 2024-10-25 19:58:19 +05:00
themeConfig.js url, logo set 2024-10-25 20:24:35 +05:00
typed-router.d.ts initial commit 2024-10-25 19:58:19 +05:00
vite.config.js initial commit 2024-10-25 19:58:19 +05:00

vue

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

VS Code + Volar (and disable Vetur).

Type Support for .vue Imports in TS

Since TypeScript cannot handle type information for .vue imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates.

However, if you wish to get actual prop types in .vue imports (for example to get props validation when using manual h(...) calls), you can run Volar: Switch TS Plugin on/off from VS Code command palette.

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