@dossier/minibeak

Simple and fast api client for ProFile

Usage no npm install needed!

<script type="module">
  import dossierMinibeak from 'https://cdn.skypack.dev/@dossier/minibeak';
</script>

README

minibeak

Simple and fast api client for ProFile

Building

  • Build component library: npm run build-lib
  • Build documentation: npm run build-doc

Documentation

  • Running documentation locally: npm start.
  • Changes to master are automatically deployed to the online docs.

Publishing

Publish new version:

  1. Increase version number according to SemVer in package.json
  2. Commit with message: "release vX.Y.Z"
  3. Push
  4. If push succeeded, run npm publish