公安-文件审批项目

vonin 2aa766f297 微信页面 4 lat temu
config b4fb4ac405 活动页 4 lat temu
index 38617e887b 头部修改 4 lat temu
public 771a0712a1 启动图 4 lat temu
src 2aa766f297 微信页面 4 lat temu
.env.development b2c41d6ed9 页面示范 4 lat temu
.env.production c50e2646d7 接口地址 4 lat temu
.env.test 47f818fece 个人信息 4 lat temu
.gitignore feba1a19e3 小鹏管家基础物料 4 lat temu
README.md 834b77b876 请假页面 4 lat temu
babel.config.js feba1a19e3 小鹏管家基础物料 4 lat temu
package.json 0433eee582 添加图片裁剪 4 lat temu
vue.config.js feba1a19e3 小鹏管家基础物料 4 lat temu
yarn.lock 0433eee582 添加图片裁剪 4 lat temu

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.