https://github.com/gnclmorais/colouris
Quick color mode conversion tool.
https://github.com/gnclmorais/colouris
color javascript vuejs webpack
Last synced: about 2 months ago
JSON representation
Quick color mode conversion tool.
- Host: GitHub
- URL: https://github.com/gnclmorais/colouris
- Owner: gnclmorais
- Created: 2018-01-29T09:25:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T19:32:56.000Z (over 3 years ago)
- Last Synced: 2025-01-21T17:13:44.882Z (over 1 year ago)
- Topics: color, javascript, vuejs, webpack
- Language: JavaScript
- Homepage: https://colouris.surge.sh
- Size: 918 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Colouris 🎨
Quick color mode conversion tool.
## Instal & develop
``` bash
npm install
npm run dev # Colouris is now running with hot reload at http://localhost:8080
```
## Build & deploy
``` bash
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# check package.json for more actions
```
## Tools
- [vuejs-templates/webpack](https://github.com/vuejs-templates/webpack)
- [favicon.io](https://favicon.io/emoji-favicons/)
- [surge.sh](http://surge.sh/)
## About color
- [The HSB Color System: A Practitioner's Primer](https://learnui.design/blog/the-hsb-color-system-practicioners-primer.html)