Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

RatulHasan/laravel-vue-admin-skeleton

Repository files navigation

Installation

Clone repo

# 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

Usage

# 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

Demo

A fully functional demo is available at Click here.

For a detailed explanation on how things work, check out the Vue CLI Guide.