README.md in vuejs-1.0.17 vs README.md in vuejs-1.0.18.pre

- old
+ new

@@ -1,9 +1,11 @@ # Vuejs Vuejs ships with the latest [Vue.js + router + resource](http://vuejs.org/) and integrate with Rails' asset pipeline. +The current version is Vue.js (v0.7.11) + vue-router (v1.0.17) + vue-resource (0.7.0) + > Reactive Components for Modern Web Interfaces ## Installation Add this line to your application's Gemfile: @@ -18,9 +20,20 @@ Or install it yourself as: $ gem install vuejs +## Usage + +``` +//= require jquery +//= require jquery_ujs +//= require turbolinks +//= require vue +//= require vue-router #(optional) +//= require vue-resource #(optional) +//= require_tree . +``` ## Development After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.