0.2.1 • Published 5 months ago
@deermice/ui v0.2.1
Deermice UI Layer
A library of Vue and Nuxt components, distributed as a Nuxt layer.
Features
- Collection of reusable UI components for Nuxt 3
- Easy integration via Nuxt layers
Installation & Usage
Add the layer to your Nuxt project:
- Install the package:
npm install @deermice/ui
- Add the layer to your
nuxt.config.ts
:
// nuxt.config.ts
export default defineNuxtConfig({
extends: [
'@deermice/ui'
]
})
- Use the components in your app as needed.