小鹏管家-新生源

zkx 3a11d7ebe8 xsy il y a 4 ans
config 30e5c75303 删除部分 il y a 4 ans
index 30e5c75303 删除部分 il y a 4 ans
src 55701f6284 Merge branch 'master' of http://47.92.161.104:10080/zkx/jp-xpgj-xsy il y a 4 ans
.env.development f959b9263f 111 il y a 4 ans
.env.production f959b9263f 111 il y a 4 ans
.env.test f959b9263f 111 il y a 4 ans
.gitignore f959b9263f 111 il y a 4 ans
README.md 30e5c75303 删除部分 il y a 4 ans
babel.config.js f959b9263f 111 il y a 4 ans
package.json 3a11d7ebe8 xsy il y a 4 ans
vue.config.js 469d8bca60 基础调整 il y a 4 ans
yarn.lock f959b9263f 111 il y a 4 ans

README.md

jp-xpgj-xsy 小鹏管家 -新生源特供版

项目描述

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

项目设置

yarn install

本地开发环境启动,其中[project]为不同应用场景标识/src/projects文件夹中

yarn jserve [project]
yarn jserve business

生成环境打包,其中[project]为不同应用场景标识/src/projects文件夹中

yarn jbuild [project]
yarn jbuild business

测试环境打包,其中[project]为不同应用场景标识/src/projects文件夹中

yarn jtest [project]
yarn jtest business

更多配置

  • 微信模板消息示例:具体页面?exchange=1&token=[token]&role_id=[role_id]
  • 参考 Configuration Reference.