Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhs007/modeling
https://github.com/zhs007/modeling
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhs007/modeling
- Owner: zhs007
- License: mit
- Created: 2015-10-15T05:47:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-19T07:05:13.000Z (about 9 years ago)
- Last Synced: 2023-03-01T12:36:46.266Z (over 1 year ago)
- Language: JavaScript
- Size: 320 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 建模工具
基于NodeJS的BS建模工具,使用了ES6特性。Web框架是基于Exress 4.x的一套开源后台框架。
这套建模工具并不是一套通用的建模工具,仅为我们自己的项目框架服务,我们自己的项目框架会在合适的时候开源。
更新说明
---
### ver 0.2.1> * 进一步完善模块结构
> * 调整路由配置代码
> * 完善页面结构
> * 增加了页面控制器,将ajax请求独立为ctrl模块
> * ctrl模块使用json对象返回数据### ver 0.2.0
> * 模块框架重构,支持非可视模块
### ver 0.1.0
> * 搭建好基本框架