A demo to learn vuejs 2.
Quick Start the server
-
composer install -
php artisan key:generate -
php artisan migrate -
php artisan db:seed -
php artisan serve
Quick Start Vuejs
Note that the master branch corresponds to vue 2. If you want to use vue 1, switch to the v1 branch
-
npm install -
npm run dev
Then start http://localhost:8000/
The server side use laravel, dingo api and jwt-auth.
The web side use vue 2, vuex 2, vue-router 2 and vue-resource.