javascript 的 Ionic v2 样本
Ionic v2 sample with javascript
我找不到使用 JavaScript 和 NOT TypeScript 启动 Ionic v2 示例应用 ionic start appname --v2
的方法。
我试过--v2 --js
,--v2 --no-ts
我总是得到 ts 版本的应用程序。
我错了还是 JavaScript 版本在示例启动应用程序中不再可用?! => ionic-cli.
好像有点奇怪
有什么想法让它发挥作用吗?感谢您的帮助
正如您在 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
作为@HerbiShtini mentioned in the comments, in this issue据说:
Ionic2 applications are only available as Typescript.
我找不到使用 JavaScript 和 NOT TypeScript 启动 Ionic v2 示例应用 ionic start appname --v2
的方法。
我试过--v2 --js
,--v2 --no-ts
我总是得到 ts 版本的应用程序。
我错了还是 JavaScript 版本在示例启动应用程序中不再可用?! => ionic-cli.
好像有点奇怪
有什么想法让它发挥作用吗?感谢您的帮助
正如您在 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
作为@HerbiShtini mentioned in the comments, in this issue据说:
Ionic2 applications are only available as Typescript.