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

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

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``