I can't believe I have to ask this, but how do I download the Angular UI Grid?
我不敢相信我要问这个问题,但是如何下载Angular UI Grid呢?
From http://ui-grid.info/:
来自http://ui-grid.info/:
After, I click the Download button (above), I get taken here:
之后,我点击下载按钮(上图),我在这里:
Now what? I don't see a download button. I'm not sure what to do. Somebody please tell me what I must so obviously be missing.
怎么办?我没有看到下载按钮。我不知道该怎么做。有人请告诉我,我必须明白这一点。
4 个解决方案
#1
4
You only get the Download Zip link when at the ui-grid.info/ github page, not below, such as when viewing ui-grid/release/.
您只能在ui-grid.info/ github页面上获取Download Zip链接,而不是在下面,例如查看ui-grid / release /时。
#2
3
UI Grid is still in beta as of this moment and a lot of stuff is still in flux, non-working links from the front page being part of that... I agree it should be fixed.
截至目前,UI网格仍然处于测试阶段,很多东西仍在不断变化,首页的非工作链接是其中的一部分...我同意应该修复它。
The easiest way for now would be to go to the bower repo on github and download the zip for a tag.
现在最简单的方法是去github上的bower repo并下载一个标签的zip。
Example link: https://github.com/angular-ui/bower-ui-grid/tree/v3.0.0-rc.14 Example zip: https://github.com/angular-ui/bower-ui-grid/archive/v3.0.0-rc.14.zip
示例链接:https://github.com/angular-ui/bower-ui-grid/tree/v3.0.0-rc.14示例zip:https://github.com/angular-ui/bower-ui-grid /archive/v3.0.0-rc.14.zip
#3
3
Another easy way is to get it here:
另一个简单的方法是在这里:
- http://ui-grid.info/release/ui-grid.js
- http://ui-grid.info/release/ui-grid.js
- http://ui-grid.info/release/ui-grid.min.js
- http://ui-grid.info/release/ui-grid.min.js
- http://ui-grid.info/release/ui-grid.css
- http://ui-grid.info/release/ui-grid.css
- http://ui-grid.info/release/ui-grid.min.css
- http://ui-grid.info/release/ui-grid.min.css
- http://ui-grid.info/release/ui-grid.woff
- http://ui-grid.info/release/ui-grid.woff
- http://ui-grid.info/release/ui-grid.ttf
- http://ui-grid.info/release/ui-grid.ttf
#4
0
You might also want to consider using a package manager like Bower. It will make your life easier, and add consistency to your dependency management.
您可能还想考虑使用像Bower这样的包管理器。它将使您的生活更轻松,并为您的依赖关系管理增加一致性。
#1
4
You only get the Download Zip link when at the ui-grid.info/ github page, not below, such as when viewing ui-grid/release/.
您只能在ui-grid.info/ github页面上获取Download Zip链接,而不是在下面,例如查看ui-grid / release /时。
#2
3
UI Grid is still in beta as of this moment and a lot of stuff is still in flux, non-working links from the front page being part of that... I agree it should be fixed.
截至目前,UI网格仍然处于测试阶段,很多东西仍在不断变化,首页的非工作链接是其中的一部分...我同意应该修复它。
The easiest way for now would be to go to the bower repo on github and download the zip for a tag.
现在最简单的方法是去github上的bower repo并下载一个标签的zip。
Example link: https://github.com/angular-ui/bower-ui-grid/tree/v3.0.0-rc.14 Example zip: https://github.com/angular-ui/bower-ui-grid/archive/v3.0.0-rc.14.zip
示例链接:https://github.com/angular-ui/bower-ui-grid/tree/v3.0.0-rc.14示例zip:https://github.com/angular-ui/bower-ui-grid /archive/v3.0.0-rc.14.zip
#3
3
Another easy way is to get it here:
另一个简单的方法是在这里:
- http://ui-grid.info/release/ui-grid.js
- http://ui-grid.info/release/ui-grid.js
- http://ui-grid.info/release/ui-grid.min.js
- http://ui-grid.info/release/ui-grid.min.js
- http://ui-grid.info/release/ui-grid.css
- http://ui-grid.info/release/ui-grid.css
- http://ui-grid.info/release/ui-grid.min.css
- http://ui-grid.info/release/ui-grid.min.css
- http://ui-grid.info/release/ui-grid.woff
- http://ui-grid.info/release/ui-grid.woff
- http://ui-grid.info/release/ui-grid.ttf
- http://ui-grid.info/release/ui-grid.ttf
#4
0
You might also want to consider using a package manager like Bower. It will make your life easier, and add consistency to your dependency management.
您可能还想考虑使用像Bower这样的包管理器。它将使您的生活更轻松,并为您的依赖关系管理增加一致性。