Skip to content

Latest commit

 

History

History
 
 

webpack-knockout

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

DevExtreme with webpack and Knockout 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 Knockout approach is used. The example requires installed webpack.

Getting Started

  1. Clone the repository
git clone https://github.com/devexpress/devextreme-examples.git
  1. Go to the project folder
cd devextreme-examples/webpack-knockout
  1. Install the required modules
npm install
  1. Bundle the modules
webpack
  1. Open index.html in your browser

Resources

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