...
|
...
|
@@ -38,7 +38,7 @@ SOA化以及用户体验的提升 |
|
|
* views存放页面的模板相关文件。*一般的页面模板*直接放在views目录下;*控制器*放在controller下;error存放404之类的*错误处理页面*;partials存放*页面小部件*,可以直接通过Handlebars的功能插入到页面中。
|
|
|
|
|
|
## Mustache使用说明
|
|
|
需掌握一些[基本表达式](http://www.iinterest.net/2012/09/12/web-template-engine-mustache/),详细功能根据需要去[学习](https://github.com/janl/mustache.js):
|
|
|
需掌握一些[基本表达式](http://www.iinterest.net/2012/09/12/web-template-engine-mustache/),详细功能根据需要去[学习](http://git.dev.yoho.cn/web/learning-documentation/blob/master/%E5%89%8D%E7%AB%AF%E5%BC%80%E5%8F%91%E7%9B%B8%E5%85%B3/Mustache%E4%BD%BF%E7%94%A8%E6%8C%87%E5%8D%97.md):
|
|
|
|
|
|
* {{key}}
|
|
|
|
...
|
...
|
|