Нема описа

yerong d5816a8e38 修改了监测蓝牙, пре 4 година
build d5816a8e38 修改了监测蓝牙, пре 4 година
config ca5c910728 蓝牙设备连接检测玩具连接状态,优化蓝牙发送数据 пре 4 година
dist d5816a8e38 修改了监测蓝牙, пре 4 година
src d5816a8e38 修改了监测蓝牙, пре 4 година
static d5816a8e38 修改了监测蓝牙, пре 4 година
.babelrc 30f48421ce init пре 4 година
.editorconfig 30f48421ce init пре 4 година
.gitignore d596761edf init пре 4 година
.postcssrc.js 30f48421ce init пре 4 година
README.md 30f48421ce init пре 4 година
index.html 30f48421ce init пре 4 година
package-lock.json f32668f88b init пре 4 година
package.json f32668f88b init пре 4 година
package.swan.json 30f48421ce init пре 4 година
project.config.json 098c8cff1f 添加了color-ui,vant-ui,写了登录授权、注册、扫码的页面 пре 4 година
project.swan.json 30f48421ce init пре 4 година

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.