Learn how to create your first plentymarkets plugin https://developers.plentymarkets.com
plugin-terra-basic
Installation
- Clone this repo
- Install the current nodejs LTS version from (https://nodejs.org/en/)
- From Admin PowerShell run
npm install -g --production windows-build-tools
- Run
npm install
within this project locally
Run developer mode
- Start project
- npm start
- Open plugin in your Browser
Compile
- Build plugin
- npm run build