charblus 5ddc721c13 login openid | hace 5 años | |
---|---|---|
.vscode | hace 5 años | |
build | hace 5 años | |
config | hace 5 años | |
server | hace 5 años | |
src | hace 5 años | |
static | hace 5 años | |
.babelrc | hace 5 años | |
.editorconfig | hace 5 años | |
.eslintignore | hace 5 años | |
.eslintrc.js | hace 5 años | |
.gitignore | hace 5 años | |
.postcssrc.js | hace 5 años | |
README.md | hace 5 años | |
index.html | hace 5 años | |
package-lock.json | hace 5 años | |
package.json | hace 5 años | |
package.swan.json | hace 5 años | |
project.config.json | hace 5 años | |
project.swan.json | hace 5 años |
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.