README
Business Categories SDK
How to do it.
- Generate SDK in billing project
- Copy into the frontend project
- Compare the old to the new, and change all the imports to match the old approaches, and aliases.
Supplemental helpers for interacting with Business Categories
<script type="module">
import vendastaBusinessCategories from 'https://cdn.skypack.dev/@vendasta/business-categories';
</script>
How to do it.