-
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
0 parents
commit 4b3302e
Showing
79 changed files
with
5,355 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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,26 @@ | ||
|
||
# BUI 入门教程 | ||
|
||
<img src="http://www.easybui.com/docs/images/applogo.png" height="100px" alt=""> | ||
|
||
| **描述** | **修订日期** | **修订人** | | ||
|:--------------------|---------------:|---------------:| | ||
| BUI 1.4.3 重新整理文档 |2018-04-25 | 王伟深 | | ||
|
||
|
||
欢迎加入我们的QQ技术交流群: | ||
|
||
BUI 移动开发交流群1: `691560280` | ||
|
||
|
||
## 面向的开发者 | ||
|
||
?> 需要掌握一点前端基础知识, `html`,`css`,`javascript`或`jQuery` | ||
|
||
- 后端开发者 | ||
- 美工 | ||
- 前端开发者 | ||
|
||
|
||
|
||
[查看更多介绍](chapter1/about) |
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,7 @@ | ||
- [Demo](http://www.easybui.com/demo/) | ||
- [API](http://www.easybui.com/demo/api/) | ||
- FAQ | ||
- [常见问题](faq.md) | ||
- [我要提问](https://github.com/imouou/BUI-Guide/issues/new) | ||
- 原生API | ||
- [Link API](http://dev.bingocc.com/btapi/) |
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,35 @@ | ||
* 入门 | ||
|
||
* [为什么用BUI?](chapter1/why.md) | ||
* [介绍](chapter1/about.md) | ||
* [安装](chapter1/installation.md) | ||
* [快速开始](chapter1/quickstart.md) | ||
* [多页路由](chapter1/multipage.md) | ||
* [数据交互](chapter1/request.md) | ||
* [布局](chapter1/layout.md) | ||
* [调试](chapter1/debug.md) | ||
|
||
|
||
* 进阶 | ||
* [单页路由](chapter2/router.md) | ||
* [模块化](chapter2/loader.md) | ||
* [动画交互](chapter2/animate.md) | ||
* [常用方法](chapter2/method.md) | ||
* [控件用法](chapter2/controls.md) | ||
* [打包独立应用](chapter2/package.md) | ||
|
||
* 效率 | ||
* [BUI-Fast](tools/buifast.md) | ||
* [buijs-cli](tools/buijs.md) | ||
* [bui-template](tools/bui-template.md) | ||
|
||
* 规范 | ||
* [切图规范](ui/cutimage.md) | ||
* [开发规范](ui/standard.md) | ||
* [样式规范](ui/style.md) | ||
|
||
|
||
* 控件 | ||
|
||
|
||
* [更新日志](changelog.md) |
Oops, something went wrong.