vuejs with rails api and jwt example
1.0.0
git clone https://github.com/huobazi/vuejs-with-rails-api-and-jwt-example.git
cd vuejs-with-rails-api-example/back-end
bundle
bundle exec rails db:migrate
bundle exec rails s
cd vuejs-with-rails-api-example/front-end
npm install
npm run serve