一套基于 Ng-zorro-antd【ANT DESIGN】 的企业后台模板。node
你能够在线体验它。git
确保 node
版本 >= 6.9.0 且 npm
版本 >= 3 以上。github
ng-alain
自己并不是组件库,只是一个单纯的企业后台模板,你能够直接克隆到你的本地,而后当即进入实际开发。npm
# clone ng-alain repo # --depth 1 removes all but one .git commit history git clone --depth 1 https://github.com/cipchk/ng-alain.git # change directory cd ng-alain # install npm package # in china please use cnpm (https://github.com/cnpm/cnpm) npm install # start the serve npm start # use HMR npm run serve:hmr
ng-alain
很是单纯,总体的设计都基于 ng-zorro-antd
。虽然 antd 的栅格、布局已经足够知足咱们平常的需求,然而出于对企业后台在开发过程当中老是须要一点微调,所以我独立构建了一套用做这类需求工具类样式。segmentfault
所以,在你开始ANTD以前最好先了解如下系列文章,他们会帮助你更好的理解 antd 是怎么一回事,以及为何须要这一套工具类规则。bash
ng-zorro-antd