Aucune description

智方网络_吖荣 89a6b80915 添加了mac UUID 的显示 il y a 3 ans
build d5816a8e38 修改了监测蓝牙, il y a 4 ans
config 5fa6e93a9a 修改了新的BLE协议 il y a 3 ans
dist 970cbd752b init il y a 3 ans
src 89a6b80915 添加了mac UUID 的显示 il y a 3 ans
static 370ca27536 8/10优惠券系列打包测试 il y a 3 ans
.babelrc 30f48421ce init il y a 4 ans
.editorconfig 30f48421ce init il y a 4 ans
.gitignore d596761edf init il y a 4 ans
.postcssrc.js 30f48421ce init il y a 4 ans
README.md 30f48421ce init il y a 4 ans
index.html 30f48421ce init il y a 4 ans
package-lock.json 69ce00f24f init il y a 3 ans
package.json 24eace70ac 8/3单选框取消问题 il y a 3 ans
package.swan.json 30f48421ce init il y a 4 ans
project.config.json 659fd70032 10/18 新赛季 & 按钮单次点击 V2.2.2 il y a 3 ans
project.private.config.json c063727a61 9/10 游戏数据为空的显示问题&缺个banner il y a 3 ans
project.swan.json 30f48421ce init il y a 4 ans

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.