https://github.com/akshch/rails_vuejs
Vue.js integration with Rails 6 and performing CRUD operation
https://github.com/akshch/rails_vuejs
axios javascript rails6 ruby vuejs vuetify
Last synced: 8 months ago
JSON representation
Vue.js integration with Rails 6 and performing CRUD operation
- Host: GitHub
- URL: https://github.com/akshch/rails_vuejs
- Owner: akshch
- Created: 2019-12-25T03:34:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T16:34:21.000Z (over 3 years ago)
- Last Synced: 2025-01-14T11:14:17.680Z (over 1 year ago)
- Topics: axios, javascript, rails6, ruby, vuejs, vuetify
- Language: Ruby
- Homepage:
- Size: 1.22 MB
- Stars: 14
- Watchers: 2
- Forks: 10
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This README would normally document whatever steps are necessary to get the
application up and running.
Things you may want to cover:version
* Ruby version: 2.7.0
* System dependencies:
[Node.js](https://nodejs.org/en/), [Yarn](https://yarnpkg.com/en/)
* Key Dependencies: [Ruby on Rails](https://rubyonrails.org/) version 6, [Vue.js](https://vuejs.org/) version 2.6.11, [Vuetify](https://vuetifyjs.com/en/) version 2.1.15
git clone `https://github.com/akshch/rails_vuejs.git`
Then run `bundle install`
Then run `rails db:migrate`
Run the servers ``rails server`` and ``bin/webpack-dev-server``