@simulanisindia/ui
v1.0.85
Published
Prerequisites for package installation - `npm token`
Readme
Simulanis UI Library NPM package
Installation
Prerequisites for package installation
npm token
In your project root run the following command -
npm i @simulanisindia/ui
Installation on local machine for development and testing purpose
- Clone the repository from here
- run
npm i - run
npm build - run
npm link - run
npm link "path-to-your-project/node_modules/react" - from your application run
npm link @simulanisindia/ui
by following above steps you will be able to install this package in your package locally.
when create new version, change in both package and package-lock
push package push
- npm run build
- npm publish
