Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 840 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 840 Bytes

基于Vue2+ElementUi 模仿开发eleme

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

项目安装

#cd folder
cd market

# 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

项目说明

分支: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.