Skip to content

cavalluccijohann/nuxt-color-picker

Repository files navigation

image

This project features two custom color selectors, developed using Tailwind CSS, Nuxt.js and TypeScript. The selectors are designed to provide a simple, intuitive experience when choosing colors for your projects. Including :


Add to your project

  1. Copy the components/ColorPicker.vue or components/ColorPickerItem.vue files to your project

  2. Add the following code to your component

bun i -D @types/tinycolor2

Quick Setup

  1. Clone this repository if you have access or download it from the store
git clone [email protected]:cavalluccijohann/nuxt-color-picker.git
  1. Install dependencies
bun install
  1. Start development server
bun dev
  1. Generate static project
bun generate
  1. Start production server
bun start

Author


  • Johann Cavallucci