Skip to content

bitbrothers/npm-ui-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Using NPM:

Documint.ai UI Component

  1. Install Node Modules for web pack dependencies.

    npm install
    
  2. In the root of your NPM package, do this to build.

    npm run build
    
  3. Install the Package into local node_modules.

    npm install . -g
    
  4. Create a symlink package that points to your working directory.

    npm link
    
  5. Local 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
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published