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.
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