项目作者: sip-dev

项目描述 :
ng-sip 的基础组件
高级语言: TypeScript
项目地址: git://github.com/sip-dev/sip-alain.git
创建时间: 2018-03-07T02:03:11Z
项目社区:https://github.com/sip-dev/sip-alain

开源协议:MIT License

下载


描述

Demo

ng-sip 是一个基于 ng-alain 的企业级中后台前端脚手架,目标也非常简单,希望在Angular上面开发企业后台更简单、更快速。

Environment

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 文档

Quick start

Make sure you have Node version >= 6.9.0 and NPM >= 3 or higher.

  1. # clone ng-alain-sip repo
  2. # 如果不能clone: git config --global http.sslVerify false
  3. git clone https://github.com/sip-dev/ng-sip.git
  4. # change directory
  5. cd ng-sip
  6. # install npm package
  7. npm install
  8. # in china please use cnpm (https://github.com/cnpm/cnpm)
  9. # cnpm install
  10. # build the serve
  11. npm build-sip-alain
  12. # start the serve
  13. npm start
  14. # or use HMR
  15. npm run serve:hmr