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

https://github.com/property404/color-app

Color name determination with Vue 3
https://github.com/property404/color-app

Last synced: about 1 year ago
JSON representation

Color name determination with Vue 3

Awesome Lists containing this project

README

          

# Color App

Vue3 app to pick RGB and HSV values

## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

### Lints and fixes files

```
npm run lint
```