Nav apraksta

yerong a013a4c4c0 完成C端页面,添加了蓝牙模块,优化了打包模块 4 gadi atpakaļ
build a013a4c4c0 完成C端页面,添加了蓝牙模块,优化了打包模块 4 gadi atpakaļ
config 30f48421ce init 4 gadi atpakaļ
src a013a4c4c0 完成C端页面,添加了蓝牙模块,优化了打包模块 4 gadi atpakaļ
static a013a4c4c0 完成C端页面,添加了蓝牙模块,优化了打包模块 4 gadi atpakaļ
.babelrc 30f48421ce init 4 gadi atpakaļ
.editorconfig 30f48421ce init 4 gadi atpakaļ
.gitignore 30f48421ce init 4 gadi atpakaļ
.postcssrc.js 30f48421ce init 4 gadi atpakaļ
README.md 30f48421ce init 4 gadi atpakaļ
index.html 30f48421ce init 4 gadi atpakaļ
package.json a013a4c4c0 完成C端页面,添加了蓝牙模块,优化了打包模块 4 gadi atpakaļ
package.swan.json 30f48421ce init 4 gadi atpakaļ
project.config.json 098c8cff1f 添加了color-ui,vant-ui,写了登录授权、注册、扫码的页面 4 gadi atpakaļ
project.swan.json 30f48421ce init 4 gadi atpakaļ

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.