/vue-laravel-simple-example

a simple example for build up vue with laravel.

Primary LanguagePHPMIT LicenseMIT

Vue - Laravel - Example

vue-laravel-explame is a simple example vue2.3.3 + laravel 5.5

Description

this explame include some Commonly used Plug-ins such as axios,vuex,bootstrap... Change css to write as stylus

install

  1. clone the project
git clone git@github.com:jindai0305/vue-laravel-simple-example.git
  1. Load required
composer install
npm install
  1. Load config
cp .env.example .env
php artisan key:generate
  1. start
npm run dev/npm run watch
  1. visit url http://you-project-host/vue-test

License

The Vue - Laravel - Example is open-sourced software licensed under the MIT license