Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atomjoy/vue-starter
Laravel 11 Vue 3.4 Starter SPA (router, stores, locales, themes, custom inputs) vue-starter.
https://github.com/atomjoy/vue-starter
laravel-vue laravel-vue-boilerplate laravel-vue-spa laravel-vue3 vue vue-laravel vue-router vue-starter vue3 vue3-laravel vue3-laravel-spa
Last synced: 2 months ago
JSON representation
Laravel 11 Vue 3.4 Starter SPA (router, stores, locales, themes, custom inputs) vue-starter.
- Host: GitHub
- URL: https://github.com/atomjoy/vue-starter
- Owner: atomjoy
- Created: 2024-04-05T13:53:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T14:27:46.000Z (6 months ago)
- Last Synced: 2024-07-16T13:25:38.106Z (6 months ago)
- Topics: laravel-vue, laravel-vue-boilerplate, laravel-vue-spa, laravel-vue3, vue, vue-laravel, vue-router, vue-starter, vue3, vue3-laravel, vue3-laravel-spa
- Language: PHP
- Homepage: https://github.com/atomjoy/vue-starter
- Size: 441 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel 11 Vue 3.4 Starter SPA
Pobierz repozytorium z githuba rozpakuj i przejdż do katalogu.
## Wersje
- v1.0 Starter - single page
- v2.0 Starter Router - single page with sub-pages, router, fontawesome.css, animate.css
- v3.0 Starter SPA - single page with sub-pages, router, stores, locales, themes, fontawesome.css, animate.css
- v4.0 Starter SPA - single page with sub-pages, router, stores, locales, themes, fontawesome.css, animate.css, custom inputs
- v4.1 Starter SPA - single page with sub-pages, router, stores, locales, themes, fontawesome.css, animate.css, custom inputs, code highlightjs## Vue
Zainstaluj node.js
### Instaluj, kompiluj
```sh
npm install
npm run build
```## Laravel
Zainstaluj composer
### Aktualizuj
```sh
composer clear-cache
composer update
composer dump-autoload -o
```### Uruchom
```sh
php artisan serve
php artisan serve --host=localhost --port=8000
```