@poveste/plugin-nuxt
v0.11.0
Published
Poveste plugin to integrate with Nuxt 4
Maintainers
Readme
Poveste + Nuxt 4
Requires nuxt@^4.5.0 — the first Nuxt whose @nuxt/vite-builder runs on Vite 8.
pnpm add -D @poveste/plugin-nuxtAdd the plugin in poveste config:
import { HstNuxt } from '@poveste/plugin-nuxt'
import { defineConfig } from 'poveste'
export default defineConfig({
plugins: [
HstNuxt(),
],
})