wangningfei 357e1f415d 门店范围 4 years ago
..
build 08fc8c5ba0 init 4 years ago
mock 7c25b1fcb3 init 4 years ago
public 8f1ea8fecc 调整logo 4 years ago
src 357e1f415d 门店范围 4 years ago
tests 08fc8c5ba0 init 4 years ago
.editorconfig 08fc8c5ba0 init 4 years ago
.env.development 13ef7f1bcd 登录登出 4 years ago
.env.production 13ef7f1bcd 登录登出 4 years ago
.env.staging 08fc8c5ba0 init 4 years ago
.eslintignore 08fc8c5ba0 init 4 years ago
.eslintrc.js 08fc8c5ba0 init 4 years ago
.gitignore 08fc8c5ba0 init 4 years ago
.travis.yml 08fc8c5ba0 init 4 years ago
LICENSE 7c25b1fcb3 init 4 years ago
README-zh.md b3f331d7b0 版本控制 4 years ago
README.md 08fc8c5ba0 init 4 years ago
api.md 7a60b4e230 api 4 years ago
babel.config.js 08fc8c5ba0 init 4 years ago
jest.config.js 7c25b1fcb3 init 4 years ago
jsconfig.json 7c25b1fcb3 init 4 years ago
package.json 7168c6dfaf 订单列表 4 years ago
postcss.config.js 08fc8c5ba0 init 4 years ago
vue.config.js 08fc8c5ba0 init 4 years ago

README-zh.md

安装依赖

npm install

启动服务

npm run dev


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

## 发布

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

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