@arntonius/web-components
v0.3.5-alpha-5
Published
Kompas.id reusable web components
Readme
Kompas Web Components
Getting Started
Run:
npm install
npm startTo build the component for production, run:
npm run buildTo run the unit tests for the components, run:
npm testTo publish to NPM
npm run build
npm login
npm publish --access public --otp=<code>