@veera-dashing/dam-solution-v2
v5.8.5
Published
---
Readme
@veera-dashing/dam-solution-v2
Installation
To install the library in your project:
npm install @veera-dashing/dam-solution-v2
# or
yarn add @veera-dashing/dam-solution-v2
Local Testing
To test the library in local before publishing it to npm:
In Library
npm run build
npm linkIn test project:
npm link @veera-dashing/dam-solution-v2Publishing
To publish the library to npm:
- Update the version in package.json
- Next Steps
npm run build
npm publish
Login
To login to npm account: Before publishing, login to npm account if not already loggedin
npm login