Skip to content

Commit

Permalink
docs: add MarsCode to online examples (#7525)
Browse files Browse the repository at this point in the history
* docs: add MarsCode to online examples

* docs: fix

* chore: fix
  • Loading branch information
chenjiahan authored Aug 9, 2024
1 parent ba260c5 commit d49b34f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/en/guide/start/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Then follow the prompts in your terminal.

We provide an online example based on Rsbuild. The example gives an intuitive feel for the build performance of Rspack and the development experience of Rsbuild:

- [Rsbuild codesandbox example](https://codesandbox.io/p/github/rspack-contrib/rsbuild-codesandbox-example)
- [Rsbuild CodeSandbox example](https://codesandbox.io/p/github/rspack-contrib/rsbuild-codesandbox-example)

## Manual installation

Expand Down
7 changes: 6 additions & 1 deletion website/docs/zh/guide/start/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,12 @@ Rspack CLI 是对标 Webpack CLI 的工具,提供基础的 `serve` 和 `build`

我们提供了基于 Rsbuild 的在线示例,通过示例项目,你可以直观感受 Rspack 的构建性能和 Rsbuild 的开发体验:

- [Rsbuild codesandbox 示例](https://codesandbox.io/p/github/rspack-contrib/rsbuild-codesandbox-example)
- [Rsbuild CodeSandbox 示例](https://codesandbox.io/p/github/rspack-contrib/rsbuild-codesandbox-example)

你也可以使用 [豆包 MarsCode](https://www.marscode.cn/) 快速创建一个在线的 Rsbuild 项目:

1. 访问 [MarsCode - Rsbuild 模板](https://www.marscode.cn/dashboard/template-detail?id=8e8qr0k282d6wn)
2. 登录,点击右上角的「使用模板」按钮即可。

## 手动安装

Expand Down

0 comments on commit d49b34f

Please sign in to comment.