Herbi Shtini
Herbi Shtini

Reputation: 2042

Ionic v2 sample with javascript

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

Upvotes: 1

Views: 196

Answers (1)

sebaferreras
sebaferreras

Reputation: 44659

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.

Upvotes: 1

Related Questions