yx 营销系统C端 H5
Go to file
zhangguoping d07e9139ad Merge branch 'main' of https://gitea.cdlsxd.cn/damao/marketingsystem_temp_h5 2024-08-28 16:55:15 +08:00
build update @组合商品页面UI、 自适应import和elementplus依赖 2024-08-28 13:49:34 +08:00
public 红包,立减金 2024-08-28 16:54:52 +08:00
src Merge branch 'main' of https://gitea.cdlsxd.cn/damao/marketingsystem_temp_h5 2024-08-28 16:55:15 +08:00
.browserslistrc update @初始化 2024-08-23 16:01:52 +08:00
.eslintrc.js update @初始化 2024-08-23 16:01:52 +08:00
.gitignore update @rem 适配 2024-08-27 15:05:58 +08:00
README.md update @修改 2024-08-23 17:19:10 +08:00
babel.config.js update @初始化 2024-08-23 16:01:52 +08:00
package-lock.json update @组合商品页面UI、 自适应import和elementplus依赖 2024-08-28 13:49:34 +08:00
package.json Merge branch 'main' of https://gitea.cdlsxd.cn/damao/marketingsystem_temp_h5 2024-08-28 16:55:15 +08:00
postcss.config.js update @rem 适配 2024-08-27 15:05:58 +08:00
tsconfig.json update @初始化 2024-08-23 16:01:52 +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

启动项目

npm run start

测试打包

npm run dev

生产打包(推荐)

npm run build

单独打包 模版 js

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

npm run com