Skip to content

oliversturm/demo-generator-devextreme-knockout-globalize-webpack

Repository files navigation

DevExtreme with Webpack and Knockout

This starter project has been created by generator-devextreme version 1.0.6 and includes Knockout and DevExtreme widgets.

These options were used to generate the project:

{
  "appname": "demo-generator-devextreme-knockout-globalize-webpack",
  "apptype": "knockout",
  "localization": "globalize",
  "locales": [
    "de",
    "ja",
    "en-GB"
  ],
  "bundling": "webpack",
  "language": "js"
}

Based on the options, localization support has been included on the basis of Globalize. In addition to the language files for the 'en' locale, which are included by default, the following locales have also been added: de, ja, en-GB.

Running the project

Install dependencies:

npm install

Run the development web server:

npm start

Building for production

A build script is provided to build with the production configuration in webpack.prod.js:

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published