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