@deermice/ui
v0.3.3
Published
A library of Vue and Nuxt components for two dear mice
Downloads
13
Readme
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.
Contribution
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev