Skip to content

edisonhcg/vue2.0-demos

 
 

Repository files navigation

说明

项目更新(更新于2017-10-20)

image

项目构建

使用vue-cli起步 ,关于vue-cli

使用vue-router路由,关于vue-router

使用vuex处理业务 关于vuex

使用vue- resource 关于vue- resource

使用sass 关于sass

基于element-ui,关于element-ui

基于mint-ui,关于mint-ui

引入了vue-touch(此手势插件是vue-touch的另一个分支,支持vue2.0的),关于vue-touch

引入阿里字体,关于阿里字体

当前涉及的demo

1、选择城市,字母排序

2、调用高德地图

3、使用v-charts图表

4、使用vue-picture-input图片预览

5、使用element-ui图片上传组件

6、城市列表,来源于mint-ui(替换原有的城市)

7、新增仿qq列表,引入了vur-touch

8、引入了阿里字体

当前涉及的教程

1、动手做个选择城市

1、调用高德地图

2、高德地图之玩转周边

按照如下命令运行即可,具体步骤请参考我的博客

Build Setup

# 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

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

About

vue2.0之各种实践(mobile)

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.0%
  • Vue 14.7%
  • Other 0.3%