sip-alain
v0.8.2
Published
ng-zorro-antd admin panel front-end framework
Downloads
8
Maintainers
Readme
描述
Quick start
Make sure you have Node version >= 8.10.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/sip-alain.git
# change directory
cd sip-alain
# install npm package
npm install
# in china please use cnpm (https://github.com/cnpm/cnpm)
# cnpm install
Build
# Build
npm run start