Skip to content

Commit

Permalink
chore: refine readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Sep 13, 2023
1 parent c41d55b commit 1a3d7e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Not ready yet? Read documentation for older versions [here →](https://github.c
### npm & ESM

```bash
$ npm install echarts vue-echarts
npm install echarts vue-echarts
```

To make `vue-echarts` work for _Vue 2_ (<2.7.0), you need to have `@vue/composition-api` installed:
Expand Down Expand Up @@ -501,8 +501,8 @@ The following breaking changes are introduced in `vue-echarts@6`:
## Local development

```bash
$ pnpm i
$ pnpm serve
pnpm i
pnpm serve
```

Open `http://localhost:8080` to see the demo.
6 changes: 3 additions & 3 deletions README.zh-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
### npm & ESM

```bash
$ npm install echarts vue-echarts
npm install echarts vue-echarts
```

要在 _Vue 2_(<2.7.0)下使用 `vue-echarts`,需要确保 `@vue/composition-api` 已经安装:
Expand Down Expand Up @@ -502,8 +502,8 @@ import { THEME_KEY } from 'vue-echarts'
## 本地开发
```bash
$ pnpm i
$ pnpm serve
pnpm i
pnpm serve
```
打开 `http://localhost:8080` 来查看 demo。

1 comment on commit 1a3d7e2

@vercel
Copy link

@vercel vercel bot commented on 1a3d7e2 Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.