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