0.0.4 • Published 8 months ago

mb-nuxt-ui-kit v0.0.4

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

MB Nuxt UI Kit

npm version npm downloads License Nuxt

My new Nuxt module for doing amazing things.

Quick Setup

  1. Add mb-nuxt-ui-kit dependency to your project
# Using pnpm
pnpm add -D mb-nuxt-ui-kit

# Using yarn
yarn add --dev mb-nuxt-ui-kit

# Using npm
npm install --save-dev mb-nuxt-ui-kit
  1. Add mb-nuxt-ui-kit to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'mb-nuxt-ui-kit'
  ]
})

That's it! You can now use My Module in your Nuxt app ✨

Development

# Install dependencies
yarn install

# Generate type stubs
yarn dev:prepare

# Develop with the playground
yarn dev

# Build the playground
yarn dev:build

# Run ESLint
yarn lint

# Run Vitest
yarn test
yarn test:watch

# Release new version
yarn release
0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago