Aucune description

yerong 735b9bda63 完成了蓝牙连接设备得模块 il y a 4 ans
build a013a4c4c0 完成C端页面,添加了蓝牙模块,优化了打包模块 il y a 4 ans
config 30f48421ce init il y a 4 ans
dist 735b9bda63 完成了蓝牙连接设备得模块 il y a 4 ans
src 735b9bda63 完成了蓝牙连接设备得模块 il y a 4 ans
static 21ea636600 完成了登录注册页面的验证 il y a 4 ans
.babelrc 30f48421ce init il y a 4 ans
.editorconfig 30f48421ce init il y a 4 ans
.gitignore 8b8cfb5ba0 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.json 21ea636600 完成了登录注册页面的验证 il y a 4 ans
package.swan.json 30f48421ce init il y a 4 ans
project.config.json 098c8cff1f 添加了color-ui,vant-ui,写了登录授权、注册、扫码的页面 il y a 4 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.