Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gauravtiwari/vuejs_on_rails
- Owner: gauravtiwari
- Created: 2016-04-29T22:06:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-15T17:33:17.000Z (over 8 years ago)
- Last Synced: 2024-11-25T12:42:05.112Z (28 days ago)
- Language: Ruby
- Size: 50.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.