Nuxt Stories Versions Save

Nuxt stories module -- Painless (and now insanely fast) storybooking for Nuxt

v3.0.17

1 year ago

v3.0.17 -- Stable Release for Nuxt3

2.0.14

3 years ago

See the CHANGELOG.md for detailed information.

2.0.9

3 years ago
  • Updated dependencies
  • Bug fixes
  • Changed how stories are fetched and saved
  • Added CRUD operations for markdown-based stories

2.0.3

3 years ago

Includes major UI changes. See the changelog

1.0.1

4 years ago
  • Bumped major version to mark as stable.
  • Test coverage reached 100%

v0.0.10

4 years ago
  • Now has toggleable navbars
  • Wired up some module options to the plugin option (to avoid hard coding strings in the front end).
  • Also remembered to add the plugin to the package.json (that was accidentally left out of the [email protected] fixed in v0.0.10)

v0.0.8

4 years ago
  • Auto-generates sample stories in the "[srcDir]/.stories" folder to help you get started ASAP
  • Update the ".stories" folder to update your stories just like you would update pages in the "pages" folder. It will auto-populate the sidebar 2 levels deep with those stories.
  • Still is quite tiny
  • Uses bootstrap themes to help with responsive layouts. Currently set up for desktop. Mobile-friendly aspects planned for future.
  • Stories routes will only be enabled development, not in production, unless "forceBuild" is set to true.
  • "storiesDir" and "storiesAnchor" are other options that provide flexibility
  • "stories/index.vue" can always be updated to your liking. Future updates to this package won't overwrite your changes :)