ng-sip 的基础组件
ng-sip 是一个基于 ng-alain 的企业级中后台前端脚手架,目标也非常简单,希望在Angular上面开发企业后台更简单、更快速。
package | version | git | document |
---|---|---|---|
sip-alain |
0.5.0 | git | 文档 |
ng-alain |
1.3.1 | git | 文档 |
ng-zorro-antd |
1.5.0 | git | 文档 |
@angular |
6.1.0 | 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
# build the serve
npm build-sip-alain
# start the serve
npm start
# or use HMR
npm run serve:hmr