laravel-vue-admin-skeleton
# clone the repo
$ git clone https://github.com/RatulHasan/laravel-vue-admin-skeleton.git
# go into app's directory
$ cd <directory-name>
# install composer dependencies
$ composer install
# install app's dependencies
$ npm install
# serve with reload at localhost:8000
php artisan serve
# serve with hot reload at localhost:8000
php artisan hot
# compile project with npm
npm run watch
# build for production with minification
npm run build
A fully functional demo is available at Click here.
For a detailed explanation on how things work, check out the Vue CLI Guide.