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
- clone the project
git clone git@github.com:jindai0305/vue-laravel-simple-example.git
- Load required
composer install
npm install
- Load config
cp .env.example .env
php artisan key:generate
- start
npm run dev/npm run watch
- visit url http://you-project-host/vue-test
License
The Vue - Laravel - Example is open-sourced software licensed under the MIT license