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