base on 花裤衩
# clone the project
git clone git clone git@bitbucket.org:non-zero/non-zero-front-end.git
# install dependency
npm install
# develop
npm run dev
This will automatically open http://localhost:9528.
# build for test environment
npm run build:sit
# build for production environment
npm run build:prod