Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

utlity generates nothing about Typescript #9

Open
alexandrklimov opened this issue Sep 21, 2018 · 0 comments
Open

utlity generates nothing about Typescript #9

alexandrklimov opened this issue Sep 21, 2018 · 0 comments

Comments

@alexandrklimov
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant