Skip to content

Commit

Permalink
docs: warn minimum nuxt version
Browse files Browse the repository at this point in the history
close #358
  • Loading branch information
farnabaz committed Feb 18, 2022
1 parent 7d3e1b9 commit 04580ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/content/1.getting-started/1.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Add `@nuxtjs/storybook` dependency to your project:

</code-group>

<alert type="warning">
Note: Nuxt Storybook requires `nuxt >=2.15.3`. You can either use latest version of `nuxt` or install `nuxt-edge` package instead.
</alert>

Next, add `.nuxt-storybook` and `storybook-static` to your `.gitignore`:

Expand Down

0 comments on commit 04580ab

Please # to comment.