wangningfei 42bc686f0d 整理优惠券列表 | hace 3 años | |
---|---|---|
.. | ||
build | hace 3 años | |
mock | hace 3 años | |
public | hace 3 años | |
src | hace 3 años | |
tests | hace 3 años | |
.editorconfig | hace 3 años | |
.env.development | hace 3 años | |
.env.production | hace 3 años | |
.env.staging | hace 3 años | |
.eslintignore | hace 3 años | |
.eslintrc.js | hace 3 años | |
.gitignore | hace 3 años | |
.travis.yml | hace 3 años | |
LICENSE | hace 3 años | |
README-zh.md | hace 3 años | |
README.md | hace 3 años | |
api.md | hace 3 años | |
babel.config.js | hace 3 años | |
jest.config.js | hace 3 años | |
jsconfig.json | hace 3 años | |
package.json | hace 3 años | |
postcss.config.js | hace 3 años | |
vue.config.js | hace 3 años |
npm install
npm run dev
浏览器访问 [http://localhost:9528](http://localhost:9528)
## 发布
```bash
# 构建测试环境
npm run build:stage
# 构建生产环境
npm run build:prod