项目作者: RatulHasan

项目描述 :
laravel-vue-admin-skeleton
高级语言: Vue
项目地址: git://github.com/RatulHasan/laravel-vue-admin-skeleton.git
创建时间: 2018-08-16T05:54:05Z
项目社区:https://github.com/RatulHasan/laravel-vue-admin-skeleton

开源协议:

下载


Installation

Clone repo

  1. # clone the repo
  2. $ git clone https://github.com/RatulHasan/laravel-vue-admin-skeleton.git
  3. # go into app's directory
  4. $ cd <directory-name>
  5. # install composer dependencies
  6. $ composer install
  7. # install app's dependencies
  8. $ npm install

Usage

  1. # serve with reload at localhost:8000
  2. php artisan serve
  3. # serve with hot reload at localhost:8000
  4. php artisan hot
  5. # compile project with npm
  6. npm run watch
  7. # build for production with minification
  8. 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.