Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 849 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 849 Bytes

Color Picker Vue App + Bulma

Project Description

This app allows you to select a color using the color picker and then copy the desired color value.

Color Picker App

Project Setup

To set up this project, run the following command to install dependencies:

npm install

Development Mode

To compile and enable hot-reloading for development, use the following command:

npm run serve

Production Build

For production deployment, you can compile and minify the project with:

npm run build

Code Linting

To lint and fix code issues, run:

npm run lint

Customize configuration

See Configuration Reference.

License

License: MIT License

Author: Please make sure to credit the author when using or sharing this project.