Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 757 Bytes

README.md

File metadata and controls

60 lines (41 loc) · 757 Bytes

laravel-vuetify-starterpack

Starter pack for Laravel with Vue + VueX + Vue-router + Vuetify

Usage

  1. Clone repository git clone https://github.com/KamiMeow/laravel-vuetify-starterpack.git

  2. Next step

In UNIX

cp .env.example .env

cmd

copy .env.example .env
  1. Run your console or cmd and write in project directory:
composer install
  1. And this
npm install
  1. And add key:
php artisan key:generate
  1. And...
npm run watch
  1. Run your twin console or cmd and write in project directory:
php artisan serve

Version

Packages Version
Laravel 5.8.10
Vue 2.5.17
VueX 3.1.0
Vuetify 1.5.9
Vue-router 3.0.2