Skip to content

Commit 017369e

Browse files
docs: add open in stacklitz button in README (#11010)
* Add open in stackblitz * Update README * Update README.md Co-authored-by: neverland <[email protected]> * Update README.zh-CN.md Co-authored-by: neverland <[email protected]> --------- Co-authored-by: neverland <[email protected]>
1 parent d1d5875 commit 017369e

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ Rstack is a unified JavaScript toolchain built around Rspack, with high performa
4343

4444
## Getting started
4545

46+
<p>
47+
<a target="_blank" href="https://stackblitz.com/fork/github/rspack-contrib/rspack-stackblitz-example">
48+
<img
49+
alt="Open in StackBlitz"
50+
src="https://developer.stackblitz.com/img/open_in_stackblitz.svg"
51+
/>
52+
</a>
53+
</p>
54+
4655
See [Quick start](https://rspack.rs/guide/start/quick-start).
4756

4857
## Contribution

README.zh-CN.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ Rstack 是一个围绕 Rspack 打造的 JavaScript 统一工具链,具有优
4343

4444
## 快速上手
4545

46+
<p>
47+
<a target="_blank" href="https://stackblitz.com/fork/github/rspack-contrib/rspack-stackblitz-example">
48+
<img
49+
alt="Open in StackBlitz"
50+
src="https://developer.stackblitz.com/img/open_in_stackblitz.svg"
51+
/>
52+
</a>
53+
</p>
54+
4655
请阅读[快速上手](https://rspack.rs/zh/guide/start/quick-start)
4756

4857
## 参与贡献

0 commit comments

Comments
 (0)