nx-vendure
v0.0.7
Published
Vendure Plugin for Nx
Readme
nx-vendure
Install
Install with:
yarn -D add nx-vendure
Generate a plugin
Run nx g nx-vendure:plugin cart --withUi to generate a plugin.
This will be generated in libs\plugin-cart
options:
withUi will add ui folder and starter setup. Defaults to false
