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

README-zh.md

安装依赖

npm install

启动服务

npm run dev


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

## 发布

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

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