vue-color-picker-basic

2.0.1 • Public • Published

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.

/vue-color-picker-basic/

    Package Sidebar

    Install

    npm i vue-color-picker-basic

    Weekly Downloads

    1

    Version

    2.0.1

    License

    none

    Unpacked Size

    213 kB

    Total Files

    19

    Last publish

    Collaborators

    • emirmertoglu