nuxt-sosui
v1.0.7
Published
sosUI for Nuxt with TailwindCSS dependencies built in, including 'Prose' features.
Downloads
73
Readme
Nuxt SOSUI
We wanted a standard UI to add to Nuxt projects, and we find Tailwind "mostly delightful", but extremely verbose. We like DaisyUI, so we created this module to allow both to be injected in one step. This should be much easier for new users and for us.
Features
- ⛰ TailwindCSS
- 🚠 Tailwind Typography (Prose)
- 🌲 DaisyUI
Quick Setup
Install the module to your Nuxt application with one command:
npx nuxi module add nuxt-sosui
or
pnpm dlx nuxi module add nuxt-sosui
That's it! You can now use My Module in your Nuxt app ✨
Contribution
# Install dependencies
npm install
# 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