Skip to content

IBEC-BOX/nuxt3-ui-kit

Repository files navigation

agrisom

@ibecsystems/nuxt3-ui-kit

npm version npm downloads License Nuxt

✨  Release Notes

Quick Setup

  1. Add @ibecsystems/nuxt3-ui-kit dependency to your project
# Using pnpm
pnpm add -D @ibecsystems/nuxt3-ui-kit

# Using yarn
yarn add --dev @ibecsystems/nuxt3-ui-kit

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

That's it! You can now use Welcome to @ibecsystems/nuxt3-ui-kit in your Nuxt app ✨

Development

# Install dependencies
npm install

# Develop with the Storybook
npm run dev:prepare

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release

Repository

Check out the code on github, IBEC-BOX/nuxt3-ui-kit

Documentation

StoryBook documentation

Copyright (c) Ibec Systems