Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 511 Bytes

readme.md

File metadata and controls

29 lines (15 loc) · 511 Bytes

vue2-starter

A demo to learn vuejs 2.

Quick Start the server

  1. composer install

  2. php artisan key:generate

  3. php artisan migrate

  4. php artisan db:seed

  5. 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

  1. npm install

  2. 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.