0.0.9 • Published 10 months ago

@nuxt-fable/module v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@nuxt-fable/module

npm version npm downloads License Nuxt

Stories built for nuxt 🏔📚

Features

  • write stories in /stories/**/*.stories.(jsx|tsx|vue)
  • auto generate stories for components in your components directory

Quick Setup

  1. Add @nuxt-fable/module dependency to your project
# Using pnpm
pnpm add -D @nuxt-fable/module

# Using yarn
yarn add --dev @nuxt-fable/module

# Using npm
npm install --save-dev @nuxt-fable/module
  1. Add @nuxt-fable/module to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    '@nuxt-fable/module'
  ]
})

That's it! You can now use @nuxt-fable/module in your Nuxt app ✨

Advanced Usage Notes

We generate slots/props using vue-docgen-api, if you need more configuration from within your files, try looking here

Development

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release
0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

11 months ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago