Packaging Units
Description
Packaging Units provides the administration pages used to list, create, and edit packaging units in Enso UI.
Installation
Install the package:
yarn add @enso-ui/packaging-units
The package is usually consumed from the full enso-ui workspace inside an Enso application.
Features
- registers the
/administration/packagingUnitsroute group - ships
index,create, andeditpage modules - combines
EnsoTableandEnsoFormin the standard administration flow - pairs with the backend packaging-units package for tables, forms, and permissions
Usage
import administrationRoutes from '@enso-ui/packaging-units/src/bulma/routes/administration.js';
import PackagingUnitsIndex from '@enso-ui/packaging-units/src/bulma/pages/packagingUnits/Index.vue';
API
Route modules
Common imports:
src/bulma/routes/administration.jssrc/bulma/routes/administration/packaging.js
Page modules
src/bulma/pages/packagingUnits/Index.vuesrc/bulma/pages/packagingUnits/Create.vuesrc/bulma/pages/packagingUnits/Edit.vue
The package is page-oriented. The routed pages are the public surface.
Routes
/administration/packagingUnits
administration.packagingUnits.indexadministration.packagingUnits.createadministration.packagingUnits.edit
Companion Backend Package
Depends On
Contributions
are welcome. Pull requests are great, but issues are good too.
Thank you to all the people who already contributed to Enso!