2.0.1 • Published 4 years ago
vue-color-picker-basic v2.0.1
vue-color-picker-basic
Online editor / preview

Installation
npm i vue-color-picker-basicUsage
Import the component
import VueColorPicker from "vue-color-picker-basic";Render the component
<VueColorPicker />
Development
- Clone the repo
git clone git@github.com:emirxmertoglu/vue-color-picker.git - Clone the repo
cd vue-color-picker - Install dependencies
npm install - Start the server for the demo
npm run serve - Open the browser to reivew the demo
open http://localhost:8080 - Edit the files inside
src/components/VueColorPicker.
License
Released under MIT by @emirmertoglu.