charblus 5ddc721c13 login openid | il y a 5 ans | |
---|---|---|
.vscode | il y a 5 ans | |
build | il y a 5 ans | |
config | il y a 5 ans | |
server | il y a 5 ans | |
src | il y a 5 ans | |
static | il y a 5 ans | |
.babelrc | il y a 5 ans | |
.editorconfig | il y a 5 ans | |
.eslintignore | il y a 5 ans | |
.eslintrc.js | il y a 5 ans | |
.gitignore | il y a 5 ans | |
.postcssrc.js | il y a 5 ans | |
README.md | il y a 5 ans | |
index.html | il y a 5 ans | |
package-lock.json | il y a 5 ans | |
package.json | il y a 5 ans | |
package.swan.json | il y a 5 ans | |
project.config.json | il y a 5 ans | |
project.swan.json | il y a 5 ans |
A Mpvue project
# 初始化项目
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.