diff --git a/website/docs/en/guide/start/quick-start.mdx b/website/docs/en/guide/start/quick-start.mdx index 66d5e7375..53cdf9b97 100644 --- a/website/docs/en/guide/start/quick-start.mdx +++ b/website/docs/en/guide/start/quick-start.mdx @@ -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 to select, to continue) diff --git a/website/docs/zh/guide/start/quick-start.mdx b/website/docs/zh/guide/start/quick-start.mdx index 587032044..e0139cad5 100644 --- a/website/docs/zh/guide/start/quick-start.mdx +++ b/website/docs/zh/guide/start/quick-start.mdx @@ -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 to select, to continue)