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