Installation
#
PrerequisitesYou will need to have an Nx workspace created to make use of this tool
note
Using Node 12+ and Nx 11+ is recommended
Install the Nx CLI globally
Create an empty Nx workspace (or use an existing one)
Example:
#
Installing the pluginWhile in your Nx workspace, install the Nx-Shopify plugin as a devDependency
Check the plugin was successfully installed by using the nx list
command:
Now you are ready to power-up your Shopify theme development experience!