Genyuanlian Service
Genyuanlian Web
# install dependencies
npm install 或 cnpm install
# serve with dev env at localhost:9000
npm run dev
# serve with test env at localhost:9000
npm run testing
# serve with product env at localhost:9000
npm run prod
# build for production with minification
npm run build