公安-文件审批项目

wgl cd6a9eccd5 Merge remote-tracking branch 'origin/master' 4 years ago
config 99e1a2bee5 修正 4 years ago
index b3f224eb6d 首页修改 4 years ago
public b3f224eb6d 首页修改 4 years ago
src cd6a9eccd5 Merge remote-tracking branch 'origin/master' 4 years ago
.env.development 56e1ae8748 不同版本号会清除storage数据 4 years ago
.env.production 56e1ae8748 不同版本号会清除storage数据 4 years ago
.env.test 56e1ae8748 不同版本号会清除storage数据 4 years ago
.gitignore feba1a19e3 小鹏管家基础物料 4 years ago
README.md 834b77b876 请假页面 4 years ago
babel.config.js feba1a19e3 小鹏管家基础物料 4 years ago
package.json 0433eee582 添加图片裁剪 4 years ago
vue.config.js feba1a19e3 小鹏管家基础物料 4 years ago
yarn.lock 0433eee582 添加图片裁剪 4 years ago

README.md

jp-xpgj 小鹏管家

项目描述

分不同的应用场景,不同的应用场景可以分开布署,分开打包,分开测试,可以共用组件,但要共用storage数据,以供不同场景相同用户互联互通

项目设置

yarn install

本地开发环境启动,其中[project]为不同应用场景标识

yarn jserve [project]
yarn jserve business
yarn jserve factory
yarn jserve persion

生成环境打包,其中[project]为不同应用场景标识

yarn jbuild [project]

测试环境打包,其中[project]为不同应用场景标识

yarn jtest [project]
yarn jtest business
yarn jtest factory
yarn jtest persion

更多配置

参考 Configuration Reference.