Skip to content
forked from WsmDyj/mpvue

🍉Mpvue meituan takeout (third party) open source program

Notifications You must be signed in to change notification settings

lamb-code/mpvue

 
 

Repository files navigation

mpvue快速搭建美团外卖(第三方)微信小程序

测试推动2018/6/16 20:22

项目使用的技术栈

  • 数据请求: flyio.js- 同时支持浏览器、小程序、Node、Weex的基于Promise的跨平台http请求库。可以让您在多个端上尽可能大限度的实现代码复用
  • css预编译器: stylus-基于Node.js的CSS的预处理框架
  • 数据来源:EasyMock-为测试提供模拟数据
  • 整体框架: mpvue
  • 地图:腾讯地图api

下载启动步骤

# 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
  • 3、小程序开发工具指向下面的dist目录

效果图 一起点个外卖吧

index

About

🍉Mpvue meituan takeout (third party) open source program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 47.1%
  • CSS 29.9%
  • JavaScript 22.9%
  • HTML 0.1%