Skip to content

Commit

Permalink
chore: update readme instructions [skip ci] (#3841)
Browse files Browse the repository at this point in the history
Co-authored-by: 陈云峰 <chenyf18@asiainfo.com>
  • Loading branch information
chenyy101 and 陈云峰 committed May 10, 2023
1 parent 0ea88c0 commit 7fd5166
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -77,19 +77,19 @@ Get started with the [documentation](http://v3.router.vuejs.org), or play with t

```bash
# install deps
npm install
yarn

# build dist files
npm run build
yarn build

# serve examples at localhost:8080
npm run dev
yarn dev

# lint & run all tests
npm test
yarn test

# serve docs at localhost:8080
npm run docs
yarn docs
```

## Releasing
Expand Down

0 comments on commit 7fd5166

Please sign in to comment.