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

README-zh.md

安装依赖

npm install

启动服务

npm run dev


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

## 发布

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

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