sip基于NG的开发框架
ng-sip 是一个基于 ng-alain 的企业级中后台前端脚手架,目标也非常简单,希望在Angular上面开发企业后台更简单、更快速。
package | version | git | document |
---|---|---|---|
ng-alain |
0.7.1 | git | 文档 |
ng-zorro-antd |
0.6.10 | git | 文档 |
@angular |
5.2.0 | git | 文档 |
@angular/cli |
1.6.3 | git | 文档 |
Make sure you have Node version >= 6.9.0 and NPM >= 3 or higher.
# clone ng-alain-sip repo
# 如果不能clone: git config --global http.sslVerify false
git clone https://github.com/sip-dev/ng-sip.git
# change directory
cd ng-sip
# install npm package
npm install
# in china please use cnpm (https://github.com/cnpm/cnpm)
# cnpm install
# start the serve
npm start
# or use HMR
npm run serve:hmr