[Chinese-translation] add projectstructre/createlayers.chinese.md

This commit is contained in:
songxianjin
2017-12-04 11:38:58 +08:00
parent 0271130739
commit d21cfbda64

View File

@ -0,0 +1,10 @@
应用程序分层保持Express在其边界内
<br/><br/>
将组件代码分成web, services, DAL层
![alt text](https://github.com/i0natan/nodebestpractices/blob/master/assets/images/structurebycomponents.PNG "Separate component code into layers")
<br/><br/>
1分钟说明混合层的缺点
![alt text](https://github.com/i0natan/nodebestpractices/blob/master/assets/images/keepexpressinweb.gif "The downside of mixing layers")