Go to file
nasir@endelospay.com 3f081cee50 fix
2024-06-11 01:35:27 +05:00
.vscode fix 2024-06-05 00:28:41 +05:00
app first commit 2024-05-29 22:34:28 +05:00
bootstrap first commit 2024-05-29 22:34:28 +05:00
config first commit 2024-05-29 22:34:28 +05:00
database first commit 2024-05-29 22:34:28 +05:00
public fix 2024-06-03 21:11:48 +05:00
resources fix 2024-06-11 01:35:27 +05:00
routes first commit 2024-05-29 22:34:28 +05:00
storage first commit 2024-05-29 22:34:28 +05:00
tests first commit 2024-05-29 22:34:28 +05:00
.dockerignore first commit 2024-05-29 22:34:28 +05:00
.editorconfig first commit 2024-05-29 22:34:28 +05:00
.env.example first commit 2024-05-29 22:34:28 +05:00
.eslintrc-auto-import.json fix 2024-06-07 04:02:32 +05:00
.eslintrc.cjs first commit 2024-05-29 22:34:28 +05:00
.gitattributes first commit 2024-05-29 22:34:28 +05:00
.gitignore first commit 2024-05-29 22:34:28 +05:00
.npmrc first commit 2024-05-29 22:34:28 +05:00
.nvmrc first commit 2024-05-29 22:34:28 +05:00
.stylelintrc.json first commit 2024-05-29 22:34:28 +05:00
artisan first commit 2024-05-29 22:34:28 +05:00
auto-imports.d.ts fix 2024-06-07 04:02:32 +05:00
components.d.ts first commit 2024-05-29 22:34:28 +05:00
composer.json first commit 2024-05-29 22:34:28 +05:00
composer.lock first commit 2024-05-29 22:34:28 +05:00
dev.Dockerfile first commit 2024-05-29 22:34:28 +05:00
docker-compose.dev.yml first commit 2024-05-29 22:34:28 +05:00
docker-compose.prod.yml first commit 2024-05-29 22:34:28 +05:00
docker-compose.yml first commit 2024-05-29 22:34:28 +05:00
jsconfig.json first commit 2024-05-29 22:34:28 +05:00
nginx.conf first commit 2024-05-29 22:34:28 +05:00
package-lock.json fix 2024-06-04 01:31:09 +05:00
package.json fixes 2024-06-04 00:58:08 +05:00
phpunit.xml first commit 2024-05-29 22:34:28 +05:00
pnpm-lock.yaml first commit 2024-05-29 22:34:28 +05:00
prod.Dockerfile first commit 2024-05-29 22:34:28 +05:00
README.md first commit 2024-05-29 22:34:28 +05:00
themeConfig.js fix 2024-06-03 21:11:48 +05:00
typed-router.d.ts fix 2024-06-11 01:35:27 +05:00
vite.config.js fixes 2024-06-06 04:22:18 +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