Aucune description

Foystor 7ca552b98a Merge branch 'master' of gitee.com:sh_13808852820/program il y a 3 ans
build d5816a8e38 修改了监测蓝牙, il y a 4 ans
config daf4700b7c 7/22过期变灰 il y a 3 ans
dist 970cbd752b init il y a 3 ans
src 7ca552b98a Merge branch 'master' of gitee.com:sh_13808852820/program il y a 3 ans
static d5816a8e38 修改了监测蓝牙, il y a 4 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 f32668f88b init il y a 4 ans
package.json f32668f88b init il y a 4 ans
package.swan.json 30f48421ce init il y a 4 ans
project.config.json daf4700b7c 7/22过期变灰 il y a 3 ans
project.private.config.json daf4700b7c 7/22过期变灰 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.