Heroicons icon components for Qwik.
Install fnm (if necessary).
fnm install && fnm use && node --version && npm --version
npm install
npx degit github:tailwindlabs/heroicons#v2.1.1 heroicons
npm run build.icons
npm run format
npm run lint
npm run dev
npm run build
npm pack --dry-run
npm version patch
npm version minor
npm version major
- Commit and push changes.
- Create a tag on GitHub Desktop.
- Check GitLab.
npm login
npm publish
- Check npm.