1 Star 0 Fork 107

张雅彬 / cmpage

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

用Node.js实现的企业信息化开发框架,并增加了工作流的设计和实现,其中采用的开源框架主要有:UI端采用BJUI,后端采用ThinkJS,数据库采用MySql和MSSQL,手机端采用MUI。

本框架通过配置模块的显示列、编辑列、查询列、按钮等,可以从数据库的表或者视图取数据,生成页面,通过Url: /cmpage/page/list?modulename=Customer 可以访问Customer模块,实现了常用的分页列表、新增、编辑、查看、删除、条件查询等功能, 手机端页面功能类似,框架也实现了轻量级的工作流引擎,方便于实现流程多而经常变化的业务场景,待本框架基本稳定后,会基于此框架做一些通用的OA、CRM、库存管理等开源系统。

运行步骤简述如下(具体参照 thinkjs.org): 1、Mysql导出文件(/db/cmpage_workbench.sql),MSSQL备份文件(/db/cmpage_mssql.zip) 2、在/src/xxxx/config/db.js 中配置数据库连接参数,可以配置不同数据库类型的连接 3、运行:npm install --registry=https://registry.npm.taobao.org --verbose 4、运行:npm start 5、访问:http://localhost:8300 6、手机端项目的目录:/mob,独立项目,请用HBuider打开,然后用USB连上手机就可以调试了,具体参见 http://www.dcloud.io/runtime.html, 也可以用手机扫描二维码(http://139.129.48.131:8300/static/mob/cmpage_demo.png ),安装Andriod版本的DEMO(http://139.129.48.131:8300/static/mob/cmpage_demo.apk)。

演示地址: http://139.129.48.131:8300/admin 更新日志: http://139.129.48.131:8300/home/index/log

输入图片说明

输入图片说明

输入图片说明


输入图片说明

输入图片说明

Copyright [defans] defans@sina.cn Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

简介

用Node.js实现的企业信息化开发框架,包括账套、用户权限等管理模块,轻量级工作流引擎,以及业务模块的快速开发等,采用了ThinkJS、BJUI、MUI等开源框架。 展开 收起
NodeJS
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
NodeJS
1
https://gitee.com/zhangyabin1983/cmpage.git
git@gitee.com:zhangyabin1983/cmpage.git
zhangyabin1983
cmpage
cmpage
master

搜索帮助