ziro-components
v1.1.37
Published
A library of web components
Readme
Ziro Components
A library of web components
Using
npm install ziroimport 'ziro';<ziro-panel></ziro-panel>Contributing
Install
npm installServe
npm startOpen localhost:8000/dev
Build
npm run buildThen push to the master branch.
Deploy
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.
Documentation
Serve
npm run docs:serveOpen localhost:3000
Build
npm run docs:build