wangningfei 42bc686f0d 整理优惠券列表 3 vuotta sitten
..
build 42dc47c429 添加退款 3 vuotta sitten
mock 42dc47c429 添加退款 3 vuotta sitten
public 42dc47c429 添加退款 3 vuotta sitten
src 42bc686f0d 整理优惠券列表 3 vuotta sitten
tests 42dc47c429 添加退款 3 vuotta sitten
.editorconfig 42dc47c429 添加退款 3 vuotta sitten
.env.development 42dc47c429 添加退款 3 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
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 42dc47c429 添加退款 3 vuotta sitten
postcss.config.js 42dc47c429 添加退款 3 vuotta sitten
vue.config.js 42dc47c429 添加退款 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