Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

anlek/melbourne-ruby-presentation-03-2017

Repository files navigation

Vue JS ToDo App example

This code is a demo application for a lighting talk done at Melbourne Ruby

Built using

  • Rails 5.1.rc1 (with webpacker)
  • Vue.js 2.2.6

Setup

Run the following commands (in terminal):

  • bundle install
  • yarn install

How to use

To use the app, you will need to run the following commands (each in its own terminal):

Learn more about webpacker in Rails 5.1

Versions

  • Check out the presented branch to see how to code was during the presentation.
  • Checkout master to see a more complete version of the application.

Other

Please feel free to do what you like with this code. However, there are no guarantees on this code!