A library of web components
npm install ziro
import 'ziro';
<ziro-panel></ziro-panel>
npm install
npm start
Open localhost:8000/dev
npm run build
Then push to the master branch.
Bump the package version in package.json
and bump the service worker cache version in docs/static/sw.js
. Then push changes to the main
branch and run npm publish
. Make sure all changes are detailed in the documentation.
npm run docs:serve
Open localhost:3000
npm run docs:build