Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: module will not automatically generate a basic configuration #797

Merged
merged 2 commits into from
Oct 7, 2024
Merged
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions docs/content/1.getting-started/1.setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ export default {

::

3. Prepare [Storybook config Files](#storybook-config-files)
tobiasdiez marked this conversation as resolved.
Show resolved Hide resolved

::alert{type="success"}
That's it! You can now use `Storybook` in your Nuxt app ✨
::
Expand Down Expand Up @@ -80,9 +82,7 @@ When running `npm run dev`, this module will look for these files:
- `.storybook/main.{ts,js}`
- `.storybook/preview.{js,cjs,mjs,ts}`

If these files don't exist, the module will automatically generate a basic configuration for them, so you don't have to create these files manually.

You can create these files by running the following command:
You can create these files manually or by running the following command:

```bash
npx storybook-nuxt init
Expand Down