Skip to content

Tutorial for building a form using Vuejs with Rails 5.1.2

License

Notifications You must be signed in to change notification settings

jd-gray/vue-js-rails

Repository files navigation

Tutorial: Build Rails forms using Vuejs and Webpacker

This is the code for vue-js-rails form tutorial.

Getting Started

Clone the repository:

git clone https://github.com/jd-gray/vue-js-rails.git

Create and migrate your database:

rails db:create db:migrate

Run your local rails and webpacker server in seperate tabs:

rails s
./bin/webpack-dev-server

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Tutorial for building a form using Vuejs with Rails 5.1.2

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published