Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 877 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 877 Bytes

book

XCDHbook

A Mpvue project

基于mpvue的微信小程序全栈保姆式教程一
基于mpvue的微信小程序全栈保姆式教程二
如果你想搭建自己的服务器参照教程一,如果直接使用微信提供的服务器参考教程二直接运行代码,务必按照教程二修改里面的配置文件。

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For detailed explanation on how things work, checkout the guide and docs for vue-loader.