https://github.com/mybricks/color-picker
https://github.com/mybricks/color-picker
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mybricks/color-picker
- Owner: mybricks
- Created: 2022-11-23T08:29:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-05T11:53:18.000Z (10 months ago)
- Last Synced: 2025-09-09T14:47:15.749Z (9 months ago)
- Language: TypeScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @mybricks/color-picker
调试 dev:
```
npm run start
```
打包 build:
```
npm run build
```
发布到npm:
```
npm run publishToNpm
```