mpvue 开发多端小程序 最新模板

charblus d6fe278e21 add template 5 years ago
.vscode d6fe278e21 add template 5 years ago
build d6fe278e21 add template 5 years ago
config d6fe278e21 add template 5 years ago
server d6fe278e21 add template 5 years ago
src d6fe278e21 add template 5 years ago
static d6fe278e21 add template 5 years ago
.babelrc d6fe278e21 add template 5 years ago
.editorconfig d6fe278e21 add template 5 years ago
.eslintignore d6fe278e21 add template 5 years ago
.eslintrc.js d6fe278e21 add template 5 years ago
.gitignore d6fe278e21 add template 5 years ago
.postcssrc.js d6fe278e21 add template 5 years ago
README.md d6fe278e21 add template 5 years ago
index.html d6fe278e21 add template 5 years ago
package-lock.json d6fe278e21 add template 5 years ago
package.json d6fe278e21 add template 5 years ago
package.swan.json d6fe278e21 add template 5 years ago
project.config.json d6fe278e21 add template 5 years ago
project.swan.json d6fe278e21 add template 5 years ago

README.md

my-mpvue

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.