1

I could not find a way to start Ionic v2 sample app ionic start appname --v2 with JavaScript and NOT TypeScript.

I have tried --v2 --js, --v2 --no-tsand I always get ts version of app.

Am I wrong or JavaScript version is not available any longer in sample start app?! => ionic-cli.

It seems weird.

Any idea to get it to work? Thank you for your help

Herbi Shtini
  • 2,002
  • 29
  • 34
  • check out this answer: http://stackoverflow.com/questions/37950594/create-a-javascript-starter-app-with-ionic-2-rather-than-a-typescipt-app/37950878#37950878 – sebaferreras Jul 11 '16 at 18:25

1 Answers1

1

Like you can see in this answer:

Just asked in ionic-v2 Slack channel and the answer was:

We're going all in on TS.

You could do your own work and covert it toa es6 workflow, but we want people to use typescript

As @HerbiShtini mentioned in the comments, in this issue it's said that:

Ionic2 applications are only available as Typescript.

Community
  • 1
  • 1
sebaferreras
  • 44,206
  • 11
  • 116
  • 134