/fc-angular

基于angular、ng.ant.design搭建

Primary LanguageTypeScript

fc-angular

fc-angular 是基于 angular、antdesign 的后台管理系统.

预览效果图

  • 首页 首页
  • 路由复用策略,切换路由保留用户操作状态 选项卡切换

克隆项目

git clone https://github.com/luohong123/fc-angular.git

安装项目

npm install

启动项目

npm start
  • 在浏览器输入 http://localhost:4200/. 即成功运行项目

代码开发

  • 克隆代码后,默认是 master 分支,请以自己的姓名小写新建一个分支,开发完功能后,向 dev 分支发起合并请求