Learn how to create an erxes plugin from scratch
Important
If erxes is running, you need to stop it.
If you have configured the plugin correctly in your .env file, you need to start erxes
Important
The create-plugin command will create plugins using the same ports; if you want additional plugins, you can configure the ports in the plugins API main.ts.
Your plugin will be located at /frontend/plugins/yourpluginname_ui
Your plugin will be located at /backend/plugins/yourpluginname_api
Edit this page