korovo
v0.0.1
Published
- eslint (standard) - stroybook (standalone, not mess with lib source) - usage example + iife + esm - build (rollup) + iife + esm + cjs - deploy (drone CI) + npm + unpkg - [ ] e2e test
Readme
Korovo
- eslint (standard)
- stroybook (standalone, not mess with lib source)
- usage example
- iife
- esm
- build (rollup)
- iife
- esm
- cjs
- deploy (drone CI)
- npm
- unpkg
- [ ] e2e test
Dev (run stroybook)
cd storybook
npm i
npm startBuild
npm i
npm buildRun example for real usage test
iife
cd example/iife
npm i
npm startesm
cd example/esm
npm i
npm start
npm build