项目作者: AliKhan1990

项目描述 :
Vue2学习之eleme...
高级语言: Vue
项目地址: git://github.com/AliKhan1990/vue_starter.git
创建时间: 2017-04-28T02:33:19Z
项目社区:https://github.com/AliKhan1990/vue_starter

开源协议:

下载


基于Vue2+ElementUi 模仿开发eleme

A Vue.js + elementUI project
设计原稿来源于imooc

项目安装

  1. #cd folder
  2. cd market
  3. # install dependencies
  4. npm install
  5. # serve with hot reload at localhost:8080
  6. npm run dev
  7. # build for production with minification
  8. npm run build
  9. # build for production and view the bundle analyzer report
  10. npm run build --report

项目说明

  1. 分支:master使用vux开发,但是scroller组件有很多坑,而且已经不在维护所以放弃。

前端部分

  • 移动设备兼容: rem处理兼容问题
  • axios做ajax请求

    TODO:

    • 使用mint-ui重构
    • 使用Vuex组件通讯

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