@bitbrothers/startupmovement-ui-component
v1.0.2
Published
Startup movement UI Component Library
Downloads
31
Readme
Installation
Using NPM:
Documint.ai UI Component
Install Node Modules for web pack dependencies.
npm installIn the root of your NPM package, do this to build.
npm run buildInstall the Package into local node_modules.
npm install . -gCreate a symlink package that points to your working directory.
npm linkLocal NPM Package installation. Use this command in relevant React project directory. This will link global node_module plugin directory to project's local node_modules directory.
npm link documint-ui
