Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 289 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 289 Bytes

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