-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
310 changed files
with
201,893 additions
and
79,459 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,17 +6,19 @@ | |
<a href="https://github.com/imouou/BUI-Guide"><img src="https://img.shields.io/github/stars/imouou/BUI-Guide.svg?style=social&label=Star"></a> | ||
</p> | ||
|
||
## 简介 | ||
### 简介 | ||
|
||
?> BUI 是一个快速构建界面交互的UI组件框架,集动态组件、静态组件,模块化,单页路由于一身,专注webapp开发,完美嵌入各个平台 ( 微信公众号,微信小程序webview,聆客,钉钉,淘宝,支付宝等 ),亦可以跟其它第三方平台打包成独立应用( Bingotouch ,Cordova ,Dcloud ,APICloud ,Appcan 等)。 | ||
> BUI 是一个更快的UI开发框架,专注Webapp快速开发,完美嵌入各平台或打包,媲美APP体验。 | ||
|
||
### 特点优势 | ||
#### 特点优势 | ||
|
||
- 开箱即用 | ||
- 零配置路由 | ||
- 完美还原界面 | ||
- 跨平台适配 | ||
- 轻量化 | ||
- 高性能 | ||
- 按需加载 | ||
- 一次性加载 | ||
- 单页开发(SPA)媲美原生的交互效果 | ||
|
@@ -35,7 +37,7 @@ | |
> BUI还提供[编辑器插件 BUI-Fast](https://github.com/imouou/BUI-Fast-Snippets/),[buijs-cli工程构建工具](chapter1/installation),开发速度嗖嗖嗖。 | ||
|
||
### 适用场景 <!-- {docsify-ignore} --> | ||
#### 适用场景 <!-- {docsify-ignore} --> | ||
|
||
* 中小型应用webapp开发; | ||
* 微信公众号开发; | ||
|
@@ -44,7 +46,7 @@ | |
* demo交互原型投标; | ||
|
||
|
||
### 第三方打包独立应用 <!-- {docsify-ignore} --> | ||
#### 第三方打包独立应用 <!-- {docsify-ignore} --> | ||
- Cordova | ||
- DCloud | ||
- APICloud | ||
|
@@ -53,12 +55,12 @@ | |
|
||
?> 可以下载BUI安卓体验包,用不同平台打包以后的效果. <a href="http://www.easybui.com/downloads/" target="_target">进入下载中心</a> | ||
|
||
### 谁在使用 <!-- {docsify-ignore} --> | ||
#### 谁在使用 <!-- {docsify-ignore} --> | ||
|
||
移动、电信、地铁、政府、银行等行业。 | ||
|
||
|
||
## 案例效果 | ||
### 案例效果 | ||
?> 基于BUI制作的`高保真还原`App交互效果 | ||
|
||
| <img src="static/images/case/163_low.gif" alt="" width="240px"> | <img src="static/images/case/qq_low.gif" alt="" width="240px"> | <img src="static/images/case/weixin_low.gif" alt="" width="240px"> | | ||
|
@@ -80,12 +82,12 @@ | |
|
||
|
||
|
||
## 开发者约定 | ||
### 开发者约定 | ||
|
||
### 1. 问题反馈 | ||
#### 1. 问题反馈 | ||
遇到问题,请先在文档中搜索,如果没有找到结果,请使用[issue反馈](https://github.com/imouou/BUI-Guide/issues),问题反馈尽量配合截图或者使用场景说明,百分百回(拒绝Q群及QQ私聊等渠道的信息)。 | ||
|
||
### 2. 版本更新 | ||
#### 2. 版本更新 | ||
> cdn beta版地址: 用于修复问题后快速发布,可以下载使用,不建议直接引入地址用于生产环境. | ||
- https://cdn.jsdelivr.net/npm/buijs/lib/latest/bui.css | ||
|
@@ -94,14 +96,14 @@ | |
> 如果要指定版本 https://cdn.jsdelivr.net/npm/[email protected]/lib/latest/bui.js | ||
|
||
## 文档下载 <!-- {docsify-ignore} --> | ||
### 文档下载 <!-- {docsify-ignore} --> | ||
|
||
[BUI文档](https://github.com/imouou/BUI-Guide/) | ||
|
||
## 在线阅读 <!-- {docsify-ignore} --> | ||
### 在线阅读 <!-- {docsify-ignore} --> | ||
|
||
[BUI在线阅读](https://imouou.github.io/BUI-Guide/) | ||
|
||
## 链接 <!-- {docsify-ignore} --> | ||
### 链接 <!-- {docsify-ignore} --> | ||
|
||
[BUI官网](http://www.easybui.com) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,41 @@ | ||
* [概述](/) | ||
* [快速入门](chapter0/quickstart.md) | ||
* [开发规范](chapter0/standard.md) | ||
* 一、创建一个应用 | ||
* 概述 | ||
* [介绍](/) | ||
* [快速入门](chapter1/quickstart.md) | ||
* 开始 | ||
* [1. 创建工程](chapter0/create.md) | ||
* [2. 创建新页面](chapter0/createpage.md) | ||
* [3. 跳转与传参](chapter0/router.md) | ||
* [4. 数据请求](chapter0/ajax.md) | ||
* [5. 公共方法与配置](chapter0/global.md) | ||
* [6. 布局](chapter0/layout.md) | ||
* [7. 跨域调试](chapter0/debug.md) | ||
* [开发方式](chapter1/dev.md) | ||
* [开发规范](chapter1/standard.md) | ||
* [布局](chapter1/layout.md) | ||
* [控件](chapter2/controls.md) | ||
* [模板](chapter2/template.md) | ||
* [模块](chapter2/module.md) | ||
* [组件](chapter2/component.md) | ||
* [路由](chapter2/router.md) | ||
* [历史记录](chapter2/history.md) | ||
* 进阶 | ||
* [8. 提高效率](chapter0/buifast.md) | ||
* [9. 控件](chapter0/control.md) | ||
* [10. 组件](chapter0/component.md) | ||
* [11. 模块](chapter0/module.md) | ||
* [12. 表单与校验](chapter0/form.md) | ||
* [13. 数据存储](chapter0/storage.md) | ||
* [14. 登录权限](chapter0/login.md) | ||
* [15. 第三方插件](chapter0/import.md) | ||
* [16. 打包部署](chapter0/package.md) | ||
* [17. 版本升级](chapter0/update.md) | ||
|
||
* [组件通讯](chapter2/communication.md) | ||
* [组件弹窗加载](chapter2/page.md) | ||
* [生命周期](chapter2/life.md) | ||
* [公共方法与配置](chapter2/global.md) | ||
* [常用方法](chapter2/method.md) | ||
* [动画交互](chapter2/animate.md) | ||
* [发布订阅](chapter2/emitter.md) | ||
* [插件扩展](chapter2/extend.md) | ||
* [第三方插件](chapter2/import.md) | ||
* 数据驱动 | ||
* [介绍](store/about.md) | ||
* [store 实例](store/distance.md) | ||
* [计算属性与侦听器](store/computed.md) | ||
* [模板语法](store/template-synatax.md) | ||
* [属性与值绑定](store/attribute.md) | ||
* [class与style绑定](store/class.md) | ||
* [模板渲染](store/template.md) | ||
* [表单绑定](store/form.md) | ||
* [事件处理](store/event.md) | ||
* [混入](store/mixins.md) | ||
* [组件化](store/component.md) | ||
* [数据调试](store/debug.md) | ||
* [综合案例](store/case.md) | ||
* 提高效率 | ||
* [BUI-Fast 编辑器插件](https://github.com/imouou/BUI-Fast-Snippets/) | ||
* [buijs cli工具](https://github.com/imouou/buijs-cli) | ||
* [模板库](https://github.com/imouou/BUI-Template) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
YUI.add("yuidoc-meta", function(Y) { | ||
Y.YUIDoc = { meta: { | ||
"classes": [ | ||
"bui.accordion", | ||
"bui.actionsheet", | ||
"bui.ajax", | ||
"bui.alert", | ||
"bui.all", | ||
"bui.animate", | ||
"bui.array", | ||
"bui.back", | ||
"bui.btn", | ||
"bui.checkVersion", | ||
"bui.config", | ||
"bui.confirm", | ||
"bui.date", | ||
"bui.delete", | ||
"bui.dialog", | ||
"bui.download", | ||
"bui.dropdown", | ||
"bui.emitter", | ||
"bui.file", | ||
"bui.fileselect", | ||
"bui.floor", | ||
"bui.get", | ||
"bui.getPageParams", | ||
"bui.guid", | ||
"bui.hint", | ||
"bui.history", | ||
"bui.init", | ||
"bui.input", | ||
"bui.levelselect", | ||
"bui.list", | ||
"bui.listview", | ||
"bui.load", | ||
"bui.loader", | ||
"bui.loading", | ||
"bui.mask", | ||
"bui.number", | ||
"bui.page", | ||
"bui.pickerdate", | ||
"bui.platform", | ||
"bui.post", | ||
"bui.prompt", | ||
"bui.pullrefresh", | ||
"bui.put", | ||
"bui.rating", | ||
"bui.ready", | ||
"bui.refresh", | ||
"bui.router", | ||
"bui.run", | ||
"bui.scroll", | ||
"bui.searchbar", | ||
"bui.select", | ||
"bui.setting", | ||
"bui.sidebar", | ||
"bui.slide", | ||
"bui.stepbar", | ||
"bui.storage", | ||
"bui.store", | ||
"bui.swipe", | ||
"bui.tab", | ||
"bui.timer", | ||
"bui.toggle", | ||
"bui.typeof", | ||
"bui.unit", | ||
"bui.upload", | ||
"bui.viewport" | ||
], | ||
"modules": [ | ||
"Animate", | ||
"Core", | ||
"Event", | ||
"Method", | ||
"Native", | ||
"UI" | ||
], | ||
"allModules": [ | ||
{ | ||
"displayName": "Animate", | ||
"name": "Animate", | ||
"description": "<h3>动画库</h3> \n<h5>动画控制器</h5>\n{{#crossLink \"bui.animate\"}}{{/crossLink}}: 常用的transform动画及属性动画 <br>\n<h5>动画切换器</h5>\n{{#crossLink \"bui.toggle\"}}{{/crossLink}}: animate.css的常用动画,切换显示 <br>" | ||
}, | ||
{ | ||
"displayName": "Core", | ||
"name": "Core", | ||
"description": "核心" | ||
}, | ||
{ | ||
"displayName": "Event", | ||
"name": "Event", | ||
"description": "<h3>全局事件: </h3>\n<p>依次加载顺序, 所有事件均在 dom 加载以后处理.</p>\n<p>pagebefore(dom准备完毕,但bui还未初始化) - pageinit(dom准备完毕,bui初始化完成) - pageready(dom+原生能力都已经准备完毕) - onload(图片及资源都加载完毕以后触发)</p>" | ||
}, | ||
{ | ||
"displayName": "Method", | ||
"name": "Method", | ||
"description": "方法库" | ||
}, | ||
{ | ||
"displayName": "Native", | ||
"name": "Native" | ||
}, | ||
{ | ||
"displayName": "UI", | ||
"name": "UI", | ||
"description": "UI控件库" | ||
} | ||
], | ||
"elements": [] | ||
} }; | ||
}); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Oops, something went wrong.