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-intl-webpack",
"apptype": "knockout",
"localization": "intl",
"locales": [
"de",
"ja",
"en-GB"
],
"bundling": "webpack",
"language": "js"
}
Based on the options, localization support has been included on the basis of Intl and the DevExtreme-Intl library. 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.
Install dependencies:
npm install
Run the development web server:
npm start
A build script is provided to build with the production configuration in webpack.prod.js
:
npm run build