友华建筑小程序
Go to file
曹磊 56e05efff1 处理bug-合同管理-当导入项目为null时页面无法正常显示施工单位等信息 2024-04-16 09:43:26 +08:00
build 初始化 2024-02-28 14:46:05 +08:00
config 初始化 2024-02-28 14:46:05 +08:00
src 处理bug-合同管理-当导入项目为null时页面无法正常显示施工单位等信息 2024-04-16 09:43:26 +08:00
static 初始化 2024-02-28 14:46:05 +08:00
.babelrc 初始化 2024-02-28 14:46:05 +08:00
.editorconfig 初始化 2024-02-28 14:46:05 +08:00
.gitignore 初始化 2024-02-28 14:46:05 +08:00
.postcssrc.js 初始化 2024-02-28 14:46:05 +08:00
README.md 初始化 2024-02-28 14:46:05 +08:00
index.html 初始化 2024-02-28 14:46:05 +08:00
package-lock.json 初始化 2024-02-28 14:46:05 +08:00
package.json 初始化 2024-02-28 14:46:05 +08:00
package.swan.json 初始化 2024-02-28 14:46:05 +08:00
project.config.json 初始化 2024-02-28 14:46:05 +08:00
project.private.config.json 2024-2-28需求调整 2024-03-15 09:49:29 +08:00
project.swan.json 初始化 2024-02-28 14:46:05 +08:00

README.md

project-manage

A Mpvue project

Build Setup

# 初始化项目
vue init mpvue/mpvue-quickstart myproject
cd myproject

# 安装依赖
yarn

# 开发时构建
npm dev

# 打包构建
npm build

# 指定平台的开发时构建(微信、百度、头条、支付宝)
npm dev:wx
npm dev:swan
npm dev:tt
npm dev:my

# 指定平台的打包构建
npm build:wx
npm build:swan
npm build:tt
npm build:my

# 生成 bundle 分析报告
npm run build --report

For detailed explanation on how things work, checkout the guide and docs for vue-loader.