wangningfei 3d397d121d 修改弹窗参数 2 vuotta sitten
..
build 42dc47c429 添加退款 3 vuotta sitten
mock 42dc47c429 添加退款 3 vuotta sitten
public 90610db67d 修改地图 2 vuotta sitten
src 3d397d121d 修改弹窗参数 2 vuotta sitten
tests 42dc47c429 添加退款 3 vuotta sitten
.editorconfig 42dc47c429 添加退款 3 vuotta sitten
.env.development 5d2f6a99ab 修改提示 2 vuotta sitten
.env.production 42dc47c429 添加退款 3 vuotta sitten
.env.staging 42dc47c429 添加退款 3 vuotta sitten
.eslintignore 42dc47c429 添加退款 3 vuotta sitten
.eslintrc.js 42dc47c429 添加退款 3 vuotta sitten
.gitignore 42dc47c429 添加退款 3 vuotta sitten
.travis.yml 42dc47c429 添加退款 3 vuotta sitten
Dockerfile b0f1f74d71 添加优惠券统计 2 vuotta sitten
LICENSE 42dc47c429 添加退款 3 vuotta sitten
README-zh.md 42dc47c429 添加退款 3 vuotta sitten
README.md 42dc47c429 添加退款 3 vuotta sitten
api.md 42dc47c429 添加退款 3 vuotta sitten
babel.config.js 42dc47c429 添加退款 3 vuotta sitten
jest.config.js 42dc47c429 添加退款 3 vuotta sitten
jsconfig.json 42dc47c429 添加退款 3 vuotta sitten
package.json cb14ee69eb no message 2 vuotta sitten
postcss.config.js 42dc47c429 添加退款 3 vuotta sitten
vue.config.js c3753e7f65 隐藏多余页面 3 vuotta sitten

README-zh.md

安装依赖

npm install

启动服务

npm run dev


浏览器访问 [http://localhost:9528](http://localhost:9528)

## 发布

```bash
# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod