企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
* nodejs 安装,点击以下链接下载对应的版本。 bower安装 npm install -g bower 安装完成后执行,注意是在cmd下,而不是gitbash bower init 路径设置 bower.json { "directory": "app/components/", "timeout": 120000, "registry": { "search": [ "http://localhost:8000", "https://bower.herokuapp.com" ] } } 安装URL路由 bower install angular-route ----------------------------------------------------------------- ##### 参考网址 [nodejs下载](http://nodejs.cn/download/) [bower.io](bower.io) [angularjs 中文手册](https://angular.cn/docs/ts/latest/quickstart.html)