2.0.1 • Published 3 years ago

vue-color-picker-basic v2.0.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

vue-color-picker-basic

Version npm download

Online editor / preview

Preview

Installation

npm i vue-color-picker-basic

Usage

  1. Import the component

    import VueColorPicker from "vue-color-picker-basic";
  2. Render the component

    <VueColorPicker />

Development

  1. Clone the repo
    git clone git@github.com:emirxmertoglu/vue-color-picker.git
  2. Clone the repo
    cd vue-color-picker
  3. Install dependencies
    npm install
  4. Start the server for the demo
    npm run serve
  5. Open the browser to reivew the demo
    open http://localhost:8080
  6. Edit the files inside src/components/VueColorPicker.

License

Released under MIT by @emirmertoglu.

2.0.1

3 years ago

2.0.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago