Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 468 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 468 Bytes

vue-cli3 mpvue plugin

添加依赖 Add dependencies

"devDependencies": {
    "vue-cli-plugin-for-mpvue": "v1.0.3"
}

安装依赖 Install dependencies

yarn

invoke

vue invoke for-mpvue --name mpvue

start

yarn run mpvue

Once finished, compiled files would be placed in the path dist/mpvue. 启动完成后,生成的文件放在 dist/mpvue 目录下面,打开小程序指向这个目录即可