Publishing a Widget
To submit your widget to AB Tasty and make it available to the AB Tasty customer base, please follow the steps below:
First, you'll need to have your widget on NPM:
- Create a minified bundle with
npm run build
- Bump the version of your widget (using semver) with
npm version [patch|minor|major]
- Publish it to NPM:
npm publish
(you will need an account on npmjs.com)
- Create a minified bundle with
Once your widget is on NPM, you can send us the name of your package at [email protected]