Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessarcher/tailwind-color-picker
A simple color picker for easily tweaking your Tailwind color config
https://github.com/jessarcher/tailwind-color-picker
Last synced: 9 days ago
JSON representation
A simple color picker for easily tweaking your Tailwind color config
- Host: GitHub
- URL: https://github.com/jessarcher/tailwind-color-picker
- Owner: jessarcher
- Created: 2019-03-14T03:21:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:56:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T20:30:55.291Z (23 days ago)
- Language: JavaScript
- Homepage: https://tailwind-color-picker.jessarcher.com/
- Size: 1.37 MB
- Stars: 44
- Watchers: 4
- Forks: 7
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tailwind-colors
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).