@codeture/packwork-admin-ui
v1.0.0
Published
Reusable Admin UI components for Packwork's Admin UI Extensions in Shopify
Downloads
3
Maintainers
Readme
Packwork: Admin UI Extensions
Packwork integrates Fulfil directly in the Shopify Admin UI. Across places, Packwork is used to expose additional information from Fulfil. To ensure consistency across components, we're building some components just once. This project contains these reusable components.
Development
First, ensure you have NodeJS installed. It's recommended to use Nodenv to install NodeJS.
$ nodenv install
$ npm installDeploying
The @codeture/packwork-admin-ui package is hosted on NPM. Each project should pull the latest version and define it as a dependency in their package.json.
$ npm publish --access publicBy default, the package is automatically deployed through GitHub Actions.
