@bearer/core
v1.13.9
Published
Bearer Core
Downloads
339
Keywords
Readme
Bearer Core
Bearer Core contains helpers and business logic that you must use if you want create new components and interact with Bearer servers.
- Authentication
- Networks helpers
- Decorators README
Development
Build a local bundle
cp .env{.example,}
yarn build
yarn link
Somewhere else in a different repository
yarn link "@bearer/core"