@frontdown/ui
v0.1.21
Published
Frontdown UI Nuxt module to share the same design system to all our sites
Downloads
32
Maintainers
Readme

@frontdown/ui
This Nuxt module aim to provide all the required components for Frontdown's sites.
Features
- 🌬️ TailwindCSS
- 🏳️🌈 Themes
- 🌐 I18n
Quick Setup
Install the module to your Nuxt application with one command:
npx nuxi module add @frontdown/uiThat's it! You can now use @frontdown/ui in your Nuxt app ✨
Contribution
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev
# Start the storybook
npm run storybook
# 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