如何使用 jspm 安装 angular-ui-router 1.xx
How can I install angular-ui-router 1.xx with jspm
NPM 只有 angular-ui-router 的 0.31 版本 有没有办法通过 jspm 安装版本 1.xx alpha?
这是一种方法。
> jspm install angular-ui-router=npm:angular-ui-router --edge
Updating registry cache...
Downloading npm:angular-ui-router@1.0.0-beta.1
ok Installed angular-ui-router to npm:angular-ui-router@^1.0.0-beta.1 (1.0.0-beta.1)
Install tree has no forks.
ok Install complete.
NPM 只有 angular-ui-router 的 0.31 版本 有没有办法通过 jspm 安装版本 1.xx alpha?
这是一种方法。
> jspm install angular-ui-router=npm:angular-ui-router --edge
Updating registry cache...
Downloading npm:angular-ui-router@1.0.0-beta.1
ok Installed angular-ui-router to npm:angular-ui-router@^1.0.0-beta.1 (1.0.0-beta.1)
Install tree has no forks.
ok Install complete.