Starter pack for Laravel with Vue + VueX + Vue-router + Vuetify
-
Clone repository git clone https://github.com/KamiMeow/laravel-vuetify-starterpack.git
-
Next step
In UNIX
cp .env.example .env
cmd
copy .env.example .env
- Run your console or cmd and write in project directory:
composer install
- And this
npm install
- And add key:
php artisan key:generate
- And...
npm run watch
- Run your twin console or cmd and write in project directory:
php artisan serve
Packages | Version |
---|---|
Laravel | 5.8.10 |
Vue | 2.5.17 |
VueX | 3.1.0 |
Vuetify | 1.5.9 |
Vue-router | 3.0.2 |