An open API service indexing awesome lists of open source software.

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.

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)