0.2.1 • Published 5 months ago

@deermice/ui v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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:

  1. Install the package:
npm install @deermice/ui
  1. Add the layer to your nuxt.config.ts:
// nuxt.config.ts
export default defineNuxtConfig({
  extends: [
    '@deermice/ui'
  ]
})
  1. Use the components in your app as needed.

Contribution

0.2.1

5 months ago

0.1.20

6 months ago

0.1.19

6 months ago

0.1.15

7 months ago

0.1.14

7 months ago

0.1.13

7 months ago

0.1.8

7 months ago

0.1.0

7 months ago