You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/en/guide/start/quick-start.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Each template supports both JavaScript and TypeScript, along with optional devel
53
53
54
54
### Development tools
55
55
56
-
`create-rslib` can help you set up some commonly used development tools, including [Rstest](https://rstest.rs/)、[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.
56
+
`create-rslib` can help you set up some commonly used development tools, including [Rstest](https://rstest.rs/), [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.
57
57
58
58
- Rstest and Vitest are available for all templates, it will be adapted based on the template's selection.
59
59
- Storybook is available for web targeted templates (React, Vue), it will be adapted based on the template's selection.
0 commit comments