@bearer/core

Bearer Core

Usage no npm install needed!

<script type="module">
  import bearerCore from 'https://cdn.skypack.dev/@bearer/core';
</script>

README

Bearer Core

Version npm bundle size (scoped) Downloads/week License

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"