Skip to content

cccyb/vue-eleme-app

Repository files navigation

Vue高仿饿了么APP

使用vue@2.0开发的高仿饿了么APP(用户端) Vue.js高仿饿了么外卖App 2016最火前端框架

主要依赖

  • 基于vue@2.0
  • 使用vue-cli@2.0搭建项目框架
  • 使用vue-router@2.1进行页面路由切换
  • 使用vue-resource@1.0.1进行http请求获取数据
  • mock假数据存储在本地
  • 使用stylus编写样式
  • 使用eslint进行js代码的规范、
  • 使用better-scroll进行联动滑动

在线预览

点我在线预览

(PC端建议开启chrome调试模式食用更佳,移动端直接在浏览器开启即可)

Build Setup

# clone the repo into your disk.
$ git clone https://github.com/cccyb/vue-eleme-app.git

# install dependencies
$ npm install

# serve with hot reload at localhost:8088
$ npm run dev

# build for production with minification
$ npm run build

说明

暂时使用vue@1.0实现,后续会将vue@1.0迁移至vue@2.0,敬请期待!,已升级至2.0