@stellar-vue-ui/nuxt
v0.2.2
Published
Nuxt module for Stellar Vue UI
Maintainers
Readme
@stellar-vue-ui/nuxt
Nuxt module for Stellar Vue UI with auto-imports, theme plugin, and SSR support.
Installation
npm install @stellar-vue-ui/nuxt @stellar-vue-ui/coreSetup
Add the module to your nuxt.config.ts:
export default defineNuxtConfig({
modules: ['@stellar-vue-ui/nuxt'],
})Features
- Auto-imports for all Stellar Vue UI components and composables
- Theme plugin integration
- SSR-compatible
