Skip to content

Commit

Permalink
BUI 教程
Browse files Browse the repository at this point in the history
  • Loading branch information
imouou committed May 15, 2018
0 parents commit 4b3302e
Show file tree
Hide file tree
Showing 79 changed files with 5,355 additions and 0 deletions.
Empty file added docs/.nojekyll
Empty file.
26 changes: 26 additions & 0 deletions docs/README.md
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)
7 changes: 7 additions & 0 deletions docs/_navbar.md
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/)
35 changes: 35 additions & 0 deletions docs/_sidebar.md
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)
Loading

0 comments on commit 4b3302e

Please sign in to comment.