This project demonstrates how to use DevExtreme widgets loading only modules with the required functionality. This demo shows the dxButton widget with the alert dialog as an example. Here, the jQuery approach is used. The example uses RequireJS to load scripts on demand.
- Clone the repository
git clone https://github.com/devexpress/devextreme-examples.git
- Go to the project folder
cd devextreme-examples/requirejs-jquery
- Install the required modules. This command will also convert the DevExtreme package to the AMD module format by using the npm postinstall script.
npm install
- Open the
index.html
file in your browser
For detailed information on modularity, see the DevExtreme Modularity Guide.