1.0.0 • Published 4 years ago

global-veeve-ui-components v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Installation:

To install all dependencies run:

yarn install

It will install:

  • dependencies and devDependencies from ./package.json
  • peerDependencies from ./package.json thanks to install-peers-cli
  • dependencies and devDependencies from ./demo_app/package.json (example create react app for testing)

Developing your library:

To start developing your library, run npm run dev. It will build your library and run example create-react-app where you can test your components. Each time you make changes to your library or example app, app will be reloaded to reflect your changes.