nuxt-palette
v1.1.0
Published
<!-- Get your module up and running quickly.
Downloads
138
Readme
Nuxt Palette
This module is being changed heavily. At the moment I do not recommend that it be used in production.
Quick Setup
Install the module to your Nuxt application with one command:
npx nuxi module add nuxt-palette
That's it! You can now use Nuxt Palette in your Nuxt app ✨
Credits
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
License
Licensed under the MIT license.