Magento sample module form
This book's scope is not Magento 2 backend development, but to complement the examples given in relation to the UI components in a succinct way, it is advisable to implement a complete solution only with the techniques learned in this chapter.
To fulfill this context, the Magento team maintains a GitHub repository of its community edition solutions. This repository is available at https://github.com/magento and it is possible to find several samples of Magento modules and documentations:
A sample UI component application, called Sample Module Form is also available (https://github.com/magento/magento2-samples/tree/master/sample-module-form-uicomponent). This is a great example that includes integration of backend and frontend and gives to you a clear idea of how it works with the UI components module. Please download the Sample Module Form and follow the step-by-step instructions for the module installation:
Download or clone the repository.
Create the
directory...