Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gauravtiwari/vuejs_on_rails

Explore Vuejs with Rails
https://github.com/gauravtiwari/vuejs_on_rails

Last synced: 18 days ago
JSON representation

Explore Vuejs with Rails

Awesome Lists containing this project

README

        

# Vuejs On Rails
Integration of vuejs on Rails.

To start your Rails app:

* Install dependencies with `bundle`
* Create and migrate your database with `rake db:create db:migrate db:seed`
* Start Rails endpoint with `bundle exec rails s`

Now you can visit [`localhost:3000`](http://localhost:3000) from your browser.