oro-sdk-ts
v2.1.3
Published
ORO Apis package is intended to contain raw back-end api calls definition
Downloads
20
Readme
oro-apis
ORO Apis package is intended to contain raw back-end api calls definition
Requirements
- npm 6.14.11
Powered by tsdx
Local development
Set up project
npm install
Then, it's possible to either build/watch component by using
npm start # watch
npm build # build
Import this locally (without having to publish it)
Use npm link
npm link
On the dependent app (each time you run previous command)
npm link oro-apis
Caveat: There is some caveat using
npm link
please see doc