@bureauveritas-ui/core
v0.1.3
Published
BV js Core UI Components library
Readme
BV UI Components js library
Publish
Open a TERMINAL and execute following commands to publish the library
- login to nmp.
npm login
- Run the build script to build the library. This will create an index.js file under dist folder.
npm run build
- Publish the library.
npm publish
