用bower安装angular-ui-router提示no versions found,而且github里面没有代码。要怎么才能用bower安装ui-router呢
https://github.com/angular-ui/angular-ui-router-bower
用bower安装angular-ui-router提示no versions found,而且github里面没有代码。要怎么才能用bower安装ui-router呢
https://github.com/angular-ui/angular-ui-router-bower
我用bower下下来了,你指定版本试试
{
"name": "angular-ui-router",
"version": "0.2.18",
"license" : "MIT",
"main": "./release/angular-ui-router.js",
"dependencies": {
"angular": "^1.0.8"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"component.json",
"package.json",
"lib",
"config",
"sample",
"test",
"tests",
"ngdoc_assets",
"Gruntfile.js",
"files.js"
]
}
10 回答11.1k 阅读
6 回答3k 阅读
5 回答4.8k 阅读✓ 已解决
4 回答3.1k 阅读✓ 已解决
2 回答2.7k 阅读✓ 已解决
4 回答2.5k 阅读✓ 已解决
3 回答2.3k 阅读✓ 已解决
bower install angular-ui-router 不行?