0.17.18-2 • Published 1 year ago
@letoast/histoire__plugin-nuxt v0.17.18-2
Histoire + Nuxt 3
pnpm add -D @histoire/plugin-nuxt
Add the plugin in histoire config:
import { defineConfig } from 'histoire'
import { HstNuxt } from '@histoire/plugin-nuxt'
export default defineConfig({
plugins: [
HstNuxt(),
],
})