@smallstack/backoffice-common

backoffice common functionality for smallstack projects

Usage no npm install needed!

<script type="module">
  import smallstackBackofficeCommon from 'https://cdn.skypack.dev/@smallstack/backoffice-common';
</script>

README

@smallstack/backoffice-common

The smallstack backoffice package contains common backoffice functionality.

How-to install

npm install will install all dependencies.

How-to use

Usually you would reference this package by adding it as project dependency: npm install --save @smallstack/backoffice-common

If you want to develop things further or just want to use it locally, you can make use of npm link.