Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions website/docs/en/guide/start/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,16 @@ Then follow the prompts to complete the operation.
| Node.js dual ESM/CJS package | Node.js dual ESM/CJS package |
| Node.js pure ESM package | Node.js pure ESM package |
| React | React component library |
| Vue | Vue component library |

Each template supports both JavaScript and TypeScript, along with optional development tools, formatters, and linters.

:::info
We're working to provide templates for more frameworks (such as Vue).
:::

### Development tools

`create-rslib` can help you set up some commonly used development tools, including [Vitest](https://vitest.dev/), [Storybook](https://storybook.js.org/). You can use the arrow keys and the space bar to make your selections. If you don't need these tools, you can simply press Enter to skip.

- Vitest is available for all templates, it will be adapted based on the template's selection.
- Storybook is available for web targeted templates (React), it will be adapted based on the template's selection.
- Storybook is available for web targeted templates (React, Vue), it will be adapted based on the template's selection.

```text
◆ Select development tools (Use <space> to select, <enter> to continue)
Expand Down
7 changes: 2 additions & 5 deletions website/docs/zh/guide/start/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,16 @@ import { PackageManagerTabs } from '@theme';
| Node.js dual ESM/CJS package | Node.js dual ESM/CJS package |
| Node.js pure ESM package | Node.js pure ESM package |
| React | React component library |
| Vue | Vue component library |

每个模板都支持 JavaScript 和 TypeScript,以及可选的开发工具、格式化程序和 linter。

:::info
我们正在努力为更多框架提供模板 (比如 Vue)。
:::

### 开发工具

`create-rslib` 可以帮助你设置一些常用的开发工具,包括 [Vitest](https://vitest.dev/)、[Storybook](https://storybook.js.org/)。你可以使用方向键和空格键进行选择。如果你不需要这些工具,只需按 Enter 跳过即可。

- Vitest 适用于所有模板,它将根据模板的选择进行调整。
- Storybook 可用于 Web 目标模板 (React),它将根据模板的选择进行调整。
- Storybook 可用于 Web 目标模板 (React、Vue),它将根据模板的选择进行调整。

```text
◆ Select development tools (Use <space> to select, <enter> to continue)
Expand Down
Loading