Skip to content

Files

Latest commit

66c797b · Jan 19, 2017

History

History
This branch is 10 commits behind DevExpress/obsolete-devextreme-examples:16_2.

jspm-jquery

DevExtreme with jspm and jQuery example

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.

Getting Started

  1. Clone the repository
git clone https://github.com/devexpress/devextreme-examples.git
  1. Go to the project folder
cd devextreme-examples/jspm-jquery
  1. Install the required Node.js modules
npm install
  1. Install the required jspm modules
jspm install
  1. Use the development server
npm start
  1. Open http://127.0.0.1:8080/ in your browser

Resources

For detailed information on modularity, see the DevExtreme Modularity Guide.