⏳ Installation
☑️ Prerequisites
Complete installation requirements are the exact same as for Strapi itself and can be found in the Strapi documentation.
Supported Strapi versions:
Strapi v4 use @pluginpal/webtools-core@^1.0.0-beta
Install the plugin in your Strapi project.
- Yarn
- NPM
yarn add @pluginpal/webtools-core
npm install @pluginpal/webtools-core --save
After successful installation you have to rebuild the admin UI so it'll include this plugin. To rebuild and restart Strapi run:
- Yarn
- NPM
yarn build
yarn develop
npm run build
npm run develop
Enjoy 🎉