Skip to content

AliKhan1990/vue_starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

基于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.