README.md in vuejs-1.0.39 vs README.md in vuejs-1.1.0.beta1

- old
+ new

@@ -14,15 +14,17 @@ And then execute: $ bundle -Or install it yourself as: +# Webpacker - $ gem install vuejs +## Vue component view helper -# Webpacker +``` + <%= vue_component "" %> +``` ## Vue component generator ``` rails generate vue <NAME> @@ -38,10 +40,10 @@ rails destroy vue <NAME> ``` ## Vue viewer -Vue viewer allows you to browse your vue component easily. Simply type in http://localhost:3000/vue/<name> +Vue viewer allows you to browse your vue component easily. Simply visit http://localhost:3000/vue/<name> At routes.rb ``` mount Vuejs::engine, to: 'vue'