Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 11, 2018
1 parent e02c07d commit c59720d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This project uses a monorepo setup that requires using [Yarn](https://yarnpkg.co
yarn

# link `vue` executable
# if you have the old vue-cli installed globally, you may
# need to uninstall it first.
cd packages/@vue/cli
yarn link

Expand All @@ -20,7 +22,7 @@ cd -
cd packages/test
vue create test-app
cd test-app
yarn dev
yarn serve
```

See [dedicated section in docs](https://github.com/vuejs/vue-cli/tree/next/docs/Plugin.md).

0 comments on commit c59720d

Please sign in to comment.