1 Star 8 Fork 33

孟凡霄 / ng-ui

forked from jjxliu306 / ng-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

ng-ui

简介

  • ng-ui是基于vue、element-ui构建开发,实现ng-server后台管理前端功能,提供一套更优的前端解决方案
  • 前后端分离,通过token进行数据交互,可独立部署
  • 动态菜单,通过菜单管理统一管理访问路由
  • 发布时,后端服务地址可以再配置文件中动态进行修改

项目代码

ng-form 动态表单系列

项目结构

ng-ui

├─public 公共模块
│  ├─config 后端服务接口配置 

├─src 功能代码
   ├─api 接口封装
   ├─assets 资源目录,包含图片、样式、字体等
   ├─components 封装组件,目前包含 数据字典工具、上传组件等
   ├─element-ui element-ui按需加载
   ├─router 路由封装
   ├─store 状态管理
   ├─utils 常用js方法封装
   └─views	页面
        ├─common	公共页面,包含登录、404等	
        └─modules	各个功能模块页面
            ├─exter	三方对接api配置页面
            │  ├─app	三方对接app管理
            │  ├─log	三方调用日志
            │  └─perms	三方应用权限管理
            ├─form		ng-form动态表单示例
            │  ├─data	动态表单填报、处理
            │  └─template	动态表单模板
            ├─job		定时任务页面
            ├─main		空路由页面
            └─sys		系统管理页面
                ├─config	配置管理
                ├─dict		数据字典管理
                ├─menu 		菜单管理
                ├─role		角色管理
                └─user		用户管理
 

MIT License Copyright (c) 2021 jjxliu306 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

基于vue+element-ui+ng-form-element的前后端分离框架的前端框架。 展开 收起
NodeJS
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
NodeJS
1
https://gitee.com/pingfanrenbiji/ng-ui.git
git@gitee.com:pingfanrenbiji/ng-ui.git
pingfanrenbiji
ng-ui
ng-ui
master

搜索帮助