/eleme

基于vue2.0+webpack+vue-resource模仿的饿了么页面

Primary LanguageVue

本项目是基于vue2最新实战项目,vue2 +vue-router2 + es6 +webpack 高仿饿了么app,是适合新手进阶的绝佳教程。

项目技术架构


  • vue
  • vue-resource
  • vue-router
  • vue-infinite-scroll
  • webpack

项目地址:

git clone https://github.com/liangxiaojuan/eleme.git

通过npm安装本地服务第三方依赖模块(需要已安装Node.js)

npm install

启动服务(http://localhost:8070)

npm run dev

发布代码

npm run build