https://github.com/dmk/rails-vue-components-example
Ruby on Rails with vue.js single-file components example.
https://github.com/dmk/rails-vue-components-example
rails vue vue-components
Last synced: 11 months ago
JSON representation
Ruby on Rails with vue.js single-file components example.
- Host: GitHub
- URL: https://github.com/dmk/rails-vue-components-example
- Owner: dmk
- Archived: true
- Created: 2017-02-26T15:20:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T11:35:26.000Z (about 9 years ago)
- Last Synced: 2024-02-13T02:04:56.610Z (over 2 years ago)
- Topics: rails, vue, vue-components
- Language: Ruby
- Size: 23.4 KB
- Stars: 20
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails vuejs components example
### !!! I think it became useless because of https://github.com/rails/webpacker#ready-for-vue :smile: (unless you don't want to use webpack)
## Isntallation
1. Setup the database
2. `npm install`
3. `rake bower:install`
4. That's it! Start the server and try it.