jee-restful-web的前端。基于sb-admin-angular开发。一个RESTful Web 应用的简单实现,目前实现了注册、认证、用户管理等简单功能。
对sb-admin-angular主要有如下更改:
- 移除jQuery及其他无用的库
- 添加resize,sidemenu指令分别实现自适应和侧边栏,导航栏的下拉菜单使用ui bootstrap的dropdown指令
- 合并原有的jee-restful-web的前端代码
- 使用gulp构建
git clone https://github.com/howiefh/restful-web-app.git
cd restful-web-app
npm install
bower install
执行gulp serve
前需要先部署好后端服务,之后就可以在浏览器中查看运行效果了