chanjs 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -53,7 +53,22 @@ Chan.js 基于express 纯js研发的轻量级mvc框架。基于函数式编程
|
|
|
53
53
|
|
|
54
54
|
### 官网
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
基于Chanjs开发的cms系统
|
|
57
|
+
网址:https://www.chancms.top
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### 特点
|
|
61
|
+
|
|
62
|
+
* 配置文件
|
|
63
|
+
* 多模块mvc
|
|
64
|
+
* 数据库支持
|
|
65
|
+
* 路由控制
|
|
66
|
+
* art-template模板
|
|
67
|
+
* 静态资源
|
|
68
|
+
* cookie
|
|
69
|
+
* 日志功能
|
|
70
|
+
|
|
71
|
+
|
|
57
72
|
|
|
58
73
|
### 运行
|
|
59
74
|
|
package/package.json
CHANGED