chore: update readme [skip ci]

This commit is contained in:
Justineo
2023-08-28 14:41:34 +08:00
parent eb59b4b185
commit c103128c99
2 changed files with 4 additions and 4 deletions

View File

@ -491,8 +491,8 @@ The following breaking changes are introduced in `vue-echarts@6`:
## Local development ## Local development
```bash ```bash
$ npm i $ pnpm i
$ npm run serve $ pnpm serve
``` ```
Open `http://localhost:8080` to see the demo. Open `http://localhost:8080` to see the demo.

View File

@ -491,8 +491,8 @@ import { THEME_KEY } from 'vue-echarts'
## 本地开发 ## 本地开发
```bash ```bash
$ npm i $ pnpm i
$ npm run serve $ pnpm serve
``` ```
打开 `http://localhost:8080` 来查看 demo。 打开 `http://localhost:8080` 来查看 demo。