-
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.
Merge pull request #160 from imouou/1.6.x
1.6.x
- Loading branch information
Showing
114 changed files
with
10,190 additions
and
1,590 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
# BUI 文档 1.5.x | ||
# BUI 文档 1.6.x | ||
|
||
<img src="static/images/applogo.png" height="100px" alt=""> | ||
|
||
|
@@ -12,14 +12,26 @@ | |
| 更新数据驱动章节 |2019-4-01 | | ||
| 更新模块生命周期章节 |2019-5-29 | | ||
| 更新部分章节 |2019-12-05 | | ||
| 1.6.0 |2020-3-31 | | ||
| 更新混入,组件化,权限,发布订阅等章节 |2020-4-20 | | ||
|
||
!> 注意: `1.5.x` 的切图规范为 `750px` 设计稿, `1.4.x` 旧版切图规范为 `540px` 设计稿, 两者不能直接替换更新, 请先确保你的文档跟你当前开发的bui版本一致. `bui.version`可以查看版本, `bui.currentPlatform`可以查看当前`bui.js` 属于哪个平台. | ||
!> 注意: `1.6.x`,`1.5.x` 的切图规范为 `750px` 设计稿, `1.4.x` 旧版切图规范为 `540px` 设计稿, `1.4.x`不能直接替换更新, 请先确保你的文档跟你当前开发的bui版本一致. `bui.version`可以查看版本, `bui.currentPlatform`可以查看当前`bui.js` 属于哪个平台. | ||
|
||
## 订阅号 | ||
<img src="static/images/buishensu.png" width="400"> | ||
|
||
?> 这是我们的订阅号, 专注BUI App移动开发, 会陆续在这整理一些相关的文章跟案例, 码字不易, 欢迎关注一波. | ||
|
||
## 简介 | ||
|
||
?> BUI 是用来快速构建界面交互的UI框架, 专注webapp开发, 开发者只需关注业务的开发, 界面的布局及交互交给BUI, 开发出来的应用, 可以嵌入平台 ( 微信公众号, 微信小程序webview, 钉钉, 淘宝, 支付宝等 ), 亦可以跟其它第三方平台打包成独立应用( Bingotouch , Cordova , Dcloud , APICloud , Appcan 等), 最终可以全跨平台展示. | ||
?> BUI 是用来快速构建界面交互的UI框架, 专注webapp开发, 开发者只需关注业务的开发, 界面的布局及交互交给BUI, 开发出来的应用, 可以嵌入平台 ( 微信公众号, 微信小程序webview, 聆客, 钉钉, 淘宝, 支付宝等 ), 亦可以跟其它第三方平台打包成独立应用( Bingotouch , Cordova , Dcloud , APICloud , Appcan 等), 最终可以全跨平台展示 (包括Ipad). | ||
|
||
|
||
?> 欢迎加入我们的QQ技术交流群: 1群:`691560280` 2群:`4170980` | ||
|
||
欢迎加入我们的QQ技术交流群: 1群:`691560280` 2群:`4170980` | ||
**加群原则:** | ||
1. 文档搜索不到你要的答案? | ||
2. [已解决的issue](https://github.com/imouou/BUI-Guide/issues?q=is:issue+is:closed)没有你要的答案? | ||
|
||
## 案例效果 | ||
?> 基于BUI制作的`高保真还原`App交互效果 | ||
|
@@ -37,11 +49,14 @@ | |
- 后端开发者 | ||
- 美工 | ||
- 前端开发者 | ||
- Javascript 开发者 | ||
- jQuery 开发者 | ||
- Vuejs 开发者 | ||
|
||
## 开发者约定 | ||
|
||
### 1. 问题反馈 | ||
请先在文档搜索, 如果没有找到结果, 请使用[issue反馈](https://github.com/imouou/BUI-Guide/issues),有空就会回复. 如果觉得是控件的BUG, 请先以官网的相关[控件例子](http://www.easybui.com/demo/)作为参照样例测试. | ||
请先在文档搜索, 如果没有找到结果, 请使用[issue反馈](https://github.com/imouou/BUI-Guide/issues),有空就会回复. 如果觉得是控件的BUG, 请先以官网的相关[控件例子](http://www.easybui.com/demo/)作为参照样例测试. 问题反馈尽量配合截图或者使用场景说明, 便于理解. | ||
|
||
### 2. 版本更新 | ||
> cdn beta版地址: 用于修复问题后快速发布,可以下载使用, 不建议直接引入地址用于生产环境. | ||
|
@@ -51,12 +66,12 @@ | |
|
||
> 如果要指定版本 https://cdn.jsdelivr.net/npm/[email protected]/lib/latest/bui.js | ||
## 在线阅读 | ||
## 文档下载 | ||
|
||
[BUI教程](https://imouou.github.io/BUI-Guide/) | ||
[BUI文档](https://github.com/imouou/BUI-Guide/) | ||
|
||
|
||
## 扫码体验 | ||
## 扫码体验Demo | ||
![BUI Demo](http://www.easybui.com/static/images/qrcode.png) | ||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.