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
- Host: GitHub
- URL: https://github.com/property404/color-app
- Owner: Property404
- Created: 2020-10-18T23:12:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-06T23:12:43.000Z (about 4 years ago)
- Last Synced: 2025-02-02T11:41:40.140Z (over 1 year ago)
- Language: JavaScript
- Size: 253 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```