From 3d4b75d636e44be0cb81c6ad56c1d19defd1be3a Mon Sep 17 00:00:00 2001 From: zigomir Date: Fri, 12 Aug 2016 18:32:05 -0700 Subject: [PATCH] Fix instructions. Add a 1.0 branch. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fd1fed..28d6fd8 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 webpack-simple my-project +$ vue init webpack-simple#1.0 my-project $ cd my-project $ npm install $ npm run dev