Skip to content

Commit 64ba3b3

Browse files
authored
docs: update Vue template in quick start chapter (#1031)
1 parent 8d38db0 commit 64ba3b3

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

website/docs/en/guide/start/quick-start.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,16 @@ Then follow the prompts to complete the operation.
4747
| Node.js dual ESM/CJS package | Node.js dual ESM/CJS package |
4848
| Node.js pure ESM package | Node.js pure ESM package |
4949
| React | React component library |
50+
| Vue | Vue component library |
5051

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

53-
:::info
54-
We're working to provide templates for more frameworks (such as Vue).
55-
:::
56-
5754
### Development tools
5855

5956
`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.
6057

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

6461
```text
6562
◆ Select development tools (Use <space> to select, <enter> to continue)

website/docs/zh/guide/start/quick-start.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,16 @@ import { PackageManagerTabs } from '@theme';
4747
| Node.js dual ESM/CJS package | Node.js dual ESM/CJS package |
4848
| Node.js pure ESM package | Node.js pure ESM package |
4949
| React | React component library |
50+
| Vue | Vue component library |
5051

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

53-
:::info
54-
我们正在努力为更多框架提供模板 (比如 Vue)。
55-
:::
56-
5754
### 开发工具
5855

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

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

6461
```text
6562
◆ Select development tools (Use <space> to select, <enter> to continue)

0 commit comments

Comments
 (0)