Skip to content

Commit

Permalink
docs: 更新贡献指南
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Nov 18, 2024
1 parent 64e3882 commit a515d27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion s2-site/docs/common/development.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ pnpm build
# 调试 s2-core
pnpm core:start

# 调试 s2-react 和 s2-core (推荐)
# 调试 s2-react 和 s2-core(推荐)
pnpm core:build-esm # 首次运行需要先执行一次
pnpm react:playground

# 调试 s2-vue 和 s2-core
Expand Down
2 changes: 1 addition & 1 deletion s2-site/docs/manual/contribution.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tag: Updated

### 调试功能

根目录运行 `pnpm react:playground` 来运行 `S2`, 可用于调试 `@antv/s2``@antv/s2-react`, 提供了一些常用的图表场景和配置。
根目录运行 `pnpm react:playground`(如果是首次运行,需要先执行一次 `pnpm core:build-esm`) 来运行 `S2`, 可用于调试 `@antv/s2``@antv/s2-react`, 提供了一些常用的图表场景和配置。

<img alt="preview" height="600" src="https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*6t8RRbg5x_kAAAAAAAAAAAAADmJ7AQ/original" />

Expand Down

0 comments on commit a515d27

Please sign in to comment.