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
Contribute to codebase
Previous Page
Introduction
Start here to learn how to work with the erxes Web Builder boilerplate and the UI-only constraints for template developers.