本文介绍了通过Bower获取打字稿定义文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否还有其他可能获取TypeScript类型定义,然后从有用的 DefinitelyTyped存储库或使用NuGet?
也许是凉亭还是类似的东西?
Are there any other possibilities to get TypeScript type definitions then copy from the useful DefinitelyTyped Repo or using NuGet?Maybe bower or something like that?
推荐答案
凉亭是可能的。
首先使用npm安装Bower:
First install bower by using npm:
npm install -g bower
然后使用Bower安装DefinitelyTyped:
Then install DefinitelyTyped by using bower:
bower install DefinitelyTyped
这篇关于通过Bower获取打字稿定义文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!