-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
什么时候支持TypeScript或者提供d.ts文件 #44
Comments
@LeungManwei 其实 dva 现在已经支持 ts 了,因为底层使用的工具 atool-build 已经支持了,跟 dva 本身无关系,所以如果你要使用,参照 typescript 的官网说明(你既然要用,你肯定也清楚的)直接使用即可,只不过现在还没有对应的demo |
@nikogu 跑起来是没啥问题,就是引用的时候提示缺少库,又不想手动写d.ts文件~。然后是,现在是刚刚准备把现有项目由es6+redux+antd转成ts+dva+antd这样子,但是ts是刚接触所以不太懂。有没有其他的办法解决缺少库这个提示问题呢。 |
@LeungManwei 看看提示信息呢 |
@nikogu 提示信息就是 " Cannot find module 'dva'. " |
@LeungManwei 我稍后添加个 demo 好了 |
@nikogu 好的,thx |
@LeungManwei https://github.com/dvajs/dva/tree/add-ts-example/examples/count-ts 可以先看下 |
@nikogu thx,我研究看下 |
@LeungManwei 后续会给dva 添加 |
同样期待 |
希望能有个完整的demo |
已在 dva@1.1 支持,脚手架:https://github.com/sorrycc/dva-boilerplate-typescript 。 |
什么时候支持TypeScript或者提供d.ts文件
The text was updated successfully, but these errors were encountered: