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

README-zh.md

安装依赖

npm install

启动服务

npm run dev


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

## 发布

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

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