1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 08:48:06 +08:00

opt readme

This commit is contained in:
shaoying 2019-12-10 20:33:45 +08:00
parent e7d13748e7
commit e8706bbd0d

View File

@ -1,13 +1,8 @@
# Volcanos.js # Volcanos.js
volcanos是一个前端框架。 volcanos是一个前端框架通过模块化、配置化提升项目的复用性、灵活性。
通过组件化方式设计功能模块,每个模块都是一个独立完整的运行单元。
通过插件化方式加载功能模块,每个模块都有框架与输入与输出。
通过模块化方式管理模块依赖,可以动态按需加载各种模块。
<embed src="miss.svg" type="image/svg+xml"> ## 1 原型 proto.js
## 1 原型
### 1.1 ID 生成器 ### 1.1 ID 生成器
### 1.2 Log 日志器 ### 1.2 Log 日志器
### 1.3 Conf 配置器 ### 1.3 Conf 配置器
@ -18,28 +13,28 @@ volcanos是一个前端框架。
### 1.8 Cache 缓存器 ### 1.8 Cache 缓存器
### 1.9 Story 存储器 ### 1.9 Story 存储器
## 2 框架 ## 2 框架 frame.js
### 2.1 Page 页面 ### 2.1 Page 页面
### 2.2 Pane 面板 ### 2.2 Pane 面板
### 2.3 Plugin 插件 ### 2.3 Plugin 插件
### 2.4 Inputs 控件 ### 2.4 Inputs 控件
### 2.5 Output 组件 ### 2.5 Output 组件
## 3 核心模块 ## 3 核心模块 lib/
### 3.1 base 模块 ### 3.1 base 模块
### 3.2 core 模块 ### 3.2 core 模块
### 3.3 misc 模块 ### 3.3 misc 模块
### 3.4 page 模块 ### 3.4 page 模块
### 3.5 user 模块 ### 3.5 user 模块
## 4 事件模块 ## 4 事件模块 pane/
### 4.1 onimport 模块 ### 4.1 onimport 模块
### 4.2 onaction 模块 ### 4.2 onaction 模块
### 4.3 onchoice 模块 ### 4.3 onchoice 模块
### 4.4 ondetail 模块 ### 4.4 ondetail 模块
### 4.5 onexport 模块 ### 4.5 onexport 模块
## 5 配置 ## 5 配置 order.js
### 5.1 Header ### 5.1 Header
### 5.2 Ocean ### 5.2 Ocean
### 5.3 River ### 5.3 River