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 requires installed jspm package manager.
- Clone the repository
git clone https://github.com/devexpress/devextreme-examples.git
- Go to the project folder
cd devextreme-examples/jspm-jquery
- Install the required Node.js modules
npm install
- Use the development server
npm start
- Open
http://127.0.0.1:8080/
in your browser
For detailed information on modularity, see the DevExtreme Modularity Guide.