Non-zero management system

base on 花裤衩

Getting started

# 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

# build for test environment
npm run build:sit

# build for production environment
npm run build:prod