yx 营销系统C端 H5
Go to file
huangzhen 951da8b89a update @区分测试/线上接口 2024-11-05 18:18:13 +08:00
build update @区分测试/线上接口 2024-11-05 18:18:13 +08:00
public update @生产区分 2024-11-01 11:58:46 +08:00
src update @区分测试/线上接口 2024-11-05 18:18:13 +08:00
.browserslistrc update @初始化 2024-08-23 16:01:52 +08:00
.eslintrc.js update @路由跳转 列表详情接口对接 2024-08-29 17:32:27 +08:00
.gitignore update @rem 适配 2024-08-27 15:05:58 +08:00
README.md update @修改 2024-11-05 17:01:42 +08:00
babel.config.js update @初始化 2024-08-23 16:01:52 +08:00
package-lock.json update @轮询时间;立减金去除手输逻辑、新增支付宝账号/云闪付 手输模版;统一支付宝账号输入账号/名称、云闪付输入手机号; 2024-09-19 14:02:28 +08:00
package.json update @区分测试/线上接口 2024-11-05 18:18:13 +08:00
postcss.config.js update @rem 适配 2024-08-27 15:05:58 +08:00
tsconfig.json update @生产区分 2024-11-01 11:58:46 +08:00
vue.config.js update @初始化 2024-08-23 16:01:52 +08:00

README.md

营销系统 模版H5

### 依赖包工具 默认 npm (pnpm 需要注释 webpack.base.js 配置 resolve-modules)

npm install

分支介绍

test 测试分支
main  生产分支

启动项目

npm run start

测试/生产打包

npm run build

单独打包 模版 js

### webpack.com.js-entry 配置需要打包的模版入口

模版开发
环境H5正常业务+ PC 引入(配置样式)

规范:
目录 /src/views/templates
命名 cmsXxxx
"类组件"开发 + 外部文件引入样式 (index.scss)
props.comType: 1 H5; 2 配置页(PC)
cdn 引入图片

注意事项:
1、开发完成 配置(comType: 2)模拟pc引入校验页面是否正确
2、模版引入(PC)不推荐 vh、fixed等(需要样式兼容 H5 fixed + PC absolute/sticky)
3、模版引入(PC)暂不支持直接引入子组件(全局/子组件),可通过动态组件引入;

npm run com