Hello all!
I've tried to create a new Typescript-based WebixJet app with this utility but I'm not able generate Typescript-base version of the app.
console
d:\projects\new_gui\test_app>node ../wjet.js init
? Give your app a name test
? App will use Javascript (ES6) and CSS
Do you need advanced preprocessing ( Typescript, Sass, Handlebars ) ? Yes
? CSS pre-processor ? Less
? Use Handlebars for templating ? No
? Default app skin ? Flat
? GPL or Commercial version of Webix UI ? GPL
Files are ready. run
npm install
npm run start
to start the app
result
21.09.2018 12:11 <DIR> .
21.09.2018 12:11 <DIR> ..
21.09.2018 12:11 223 .babelrc
21.09.2018 12:11 588 .eslintrc.json
21.09.2018 12:11 39 .gitignore
21.09.2018 12:11 439 index.html
21.09.2018 12:11 1 072 package.json
21.09.2018 12:11 406 README.md
21.09.2018 12:11 <DIR> sources
21.09.2018 12:11 1 986 webpack.config.js
There are a few source JavaScript files in the source folder and there isn't anything about Typescript - tsconfig.json, *.ts files, any configuration about Typescript in the webpack.config.json.
Could you tell me, please, it is a bug or I perform something in the wrong way?
Thank you in advanced!
Hello all!
I've tried to create a new Typescript-based WebixJet app with this utility but I'm not able generate Typescript-base version of the app.
console
result
There are a few source JavaScript files in the source folder and there isn't anything about Typescript - tsconfig.json, *.ts files, any configuration about Typescript in the webpack.config.json.
Could you tell me, please, it is a bug or I perform something in the wrong way?
Thank you in advanced!