为了更好的理解 ui-router 需要在本地从头在敲一遍,如何在本地运行?
http://angular-ui.github.io/ui-router/ample/#/
ui-router git:(master) pwd
/Users/qk/github/ui-router
ui-router git:(master) grunt serve
Warning: Task "serve" not found. Use --force to continue.
Aborted due to warnings.
![]() | 1 hahastudio 2015-09-27 15:25:31 +08:00 ui-router 根目录 python -m SimpleHTTPServer 8080 http://localhost:8080/sample/index.html |
2 nuc093 OP @hahastudio 十分感激! |