ziro-components
v1.1.37
Published
A library of web components
Downloads
3
Readme
Ziro Components
A library of web components
Using
npm install ziro
import 'ziro';
<ziro-panel></ziro-panel>
Contributing
Install
npm install
Serve
npm start
Open localhost:8000/dev
Build
npm run build
Then 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:serve
Open localhost:3000
Build
npm run docs:build