No Description

chaooo a0e9ed6be7 异常训练报告处理 1 year ago
build d5816a8e38 修改了监测蓝牙, 4 years ago
config e2768e74c7 inint 3 years ago
src a0e9ed6be7 异常训练报告处理 1 year ago
static 77562c01fb 删除冗余代码 1 year ago
.babelrc 30f48421ce init 4 years ago
.editorconfig 30f48421ce init 4 years ago
.gitignore 4677326114 update .gitignore 1 year ago
.postcssrc.js 30f48421ce init 4 years ago
README.md 30f48421ce init 4 years ago
index.html 30f48421ce init 4 years ago
package-lock.json 4d1649a240 注册优化及设置LED开关 1 year ago
package.json 24eace70ac 8/3单选框取消问题 3 years ago
package.swan.json 30f48421ce init 4 years ago
project.config.json f18656ba87 12/23 vip开始游戏不显示弹窗 & 购买vip提示弹窗 3 years ago
project.private.config.json 943144da4c 代码整理-用户模块 1 year ago
project.swan.json 30f48421ce init 4 years ago

README.md

mpapp

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.