@ibecsystems/nuxt3-ui-kit
v1.0.52
Published
Ibec Nuxt3 UI components
Downloads
134
Readme
@ibecsystems/nuxt3-ui-kit
Quick Setup
- 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
- Add
@ibecsystems/nuxt3-ui-kit
to themodules
section ofnuxt.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