Skip to content

howiefh/restful-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTful Web App

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前需要先部署好后端服务,之后就可以在浏览器中查看运行效果了