my-roll-up-lib
v1.0.1
Published
## Add global tools ##
Readme
Demo for using rollup to build typescript react component
Add global tools
npm install -g rollup
npm install -g parcel
npm install -g typescriptRun and test component lib
yarn
yarn demoConnect your ui component to other application
./my-app is create from react ts default
yarn build
npm link
cd my-app
npm link myRollUpLibStart app with your component
cd my-app
yarn start