- Data from nipponcolors
- Build with Vue cli 3
- PWA
- Add default page
- Find color by url query
- disable user select
- Responsive design
- Fonts optimization with font spider plus
- Click to copy hex
- Optimize scroll animate
- favor color
- randam color display
- how to use pwa
- better scroll experience
- hover & active
- optimise font color base on background color manually
- optimise sort of color manually
- design adjustment
npm install
npm run serve
npm run build
run deploy.sh
npm run lint
npm run test:unit
- For gh-pages, use relative address in
manifest.json
- Use
npm
instead ofcnpm
when HMR not working. Reference