门店拜访管理系统

zhujindu 0cbc9cbe0a uat(dev) hace 11 meses
bin 11bda795c5 从主仓库迁移出 hace 11 meses
build 11bda795c5 从主仓库迁移出 hace 11 meses
public 11bda795c5 从主仓库迁移出 hace 11 meses
src 0cbc9cbe0a uat(dev) hace 11 meses
.editorconfig 11bda795c5 从主仓库迁移出 hace 11 meses
.env 11bda795c5 从主仓库迁移出 hace 11 meses
.env.development 11bda795c5 从主仓库迁移出 hace 11 meses
.env.production 11bda795c5 从主仓库迁移出 hace 11 meses
.env.test 11bda795c5 从主仓库迁移出 hace 11 meses
.eslintignore 11bda795c5 从主仓库迁移出 hace 11 meses
.eslintrc.js 11bda795c5 从主仓库迁移出 hace 11 meses
.gitignore 11bda795c5 从主仓库迁移出 hace 11 meses
README.md 11bda795c5 从主仓库迁移出 hace 11 meses
babel.config.js 11bda795c5 从主仓库迁移出 hace 11 meses
package.json 11bda795c5 从主仓库迁移出 hace 11 meses
vue.config.js 11bda795c5 从主仓库迁移出 hace 11 meses

README.md

安装依赖

npm install

建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题

npm install --registry=https://registry.npm.taobao.org

启动服务

npm run dev

浏览器访问 http://localhost:80

## 发布

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

正式环境 prod

npm run prod
npm run build:prod

测试环境 dev

npm run dev
npm run build:dev

openjob 环境和本地环境 test

test环境为 hash 模式
npm run test
npm run build:test