From 35d36f199ba7a60cb401d24e8f8a5b5629d88ae3 Mon Sep 17 00:00:00 2001 From: zigomir Date: Fri, 12 Aug 2016 18:39:57 -0700 Subject: [PATCH] Install description change. Download from 1.0 branch. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04d9604..41ff35d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is a project template for [vue-cli](https://github.com/vuejs/vue-cli). ``` bash $ npm install -g vue-cli -$ vue init browserify my-project +$ vue init browserify#1.0 my-project $ cd my-project $ npm install $ npm run dev