Skip to content

Commit

Permalink
加入mint-ui中的无限滚动
Browse files Browse the repository at this point in the history
  • Loading branch information
qianyinghuanmie committed Mar 11, 2018
1 parent 795e90d commit 727711c
Show file tree
Hide file tree
Showing 52 changed files with 240 additions and 85 deletions.
2 changes: 2 additions & 0 deletions Log/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
<p>- 1、将省市联动写进了弹窗中</p>
<p>- 2、加入了mint-Ui的datepicker的组件</p>
<p>- 3、加入了mint-Ui的switch的组件</p>
<h5>2018-3-11(更新内容)</h5>
<p>- 1、加入了mint-Ui的滚动加载</p>
65 changes: 65 additions & 0 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,68 @@ <h4>新增 <a href="https://github.com/ElemeFE/v-charts">vcharts</a>(更新于20
color: brown;
}
</html>


/*
<h2>Special Note</h2>

``` bash
If you Want get demo---If you want to achieve a small demo(but not exist in this project), you can put specific needs on Issues,the
author or contributors will find time in their own ability to go To achieve,

 If you want to contribute---If you want to contribute their own demo,according to examples in the directory,a separate vue,Then Configuration Route,And pull request
If you want to import new package,please note。
```

<h3 class="myH3">(Updated on 2018-1-21)</h3>
<h5><a href="./Log">Update log</a></h5>

![image](https://qianyinghuanmie.github.io/vue2.0-demos/dist/static/help.gif)


<h3 class="myH3">Construction</h3>
<p>Start with vue-cli, ,<a href="https://github.com/vuejs/vue-cli">about vue-cli</a></p>
<p>Using vue-router routing,<a href="https://github.com/vuejs/vue-cli">about vue-router</a></p>
<p>Use vuex processing business <a href="https://github.com/vuejs/vuex">about vuex</a></p>
<p>Use vue-resource<a href="https://github.com/pagekit/vue-resource">about vue-resource</a></p>
<p>Use sass <a href="https://github.com/sass/sass">about sass</a></p>
<p>Based on element-ui ,<a href="http://element.eleme.io/#/zh-CN/component/quickstart">about element-ui</a></p>
<p>Based on mint-ui,<a href="https://github.com/ElemeFE/mint-ui">about mint-ui</a></p>
<p>Introduction of vue-touch(this gesture plug-in is another vue-touch branch and support vue2.0),<a href="https://github.com/vuejs/vue-touch/tree/next">about vue-touch</a></p>
<p>Use Ali font,<a href="http://www.iconfont.cn/home/index">about Ali font</a></p>
<h3 class="myH3">demos list</h3>
<p>1、select the city, alphabetical order</p>
<p>2、use high Germany map</p>
<p>3、use v-charts</p>
<p>4、use vue-picture-input preview</p>
<p>5、use the element-ui image upload components</p>
<p>6、city list, from mint-ui </p>
<p>7、the introduction of vur-touch</p>
<p>8、Ali font </p>
<p>9、add select time components</p>
<p>10、add Provincial linkage components</p>
<h3 class="myH3">tutorials list</h3>
<p>1、 to be a city of choice</p>
<p>2、use high Germany map</p>
<p>3、use high Germany map (about 'around' component )</p>


According to the following command to run ,or according to[my blog](http://www.cnblogs.com/star-wind/)

## Build Setup

``` bash
# 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](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). */
61 changes: 28 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,42 @@
<h2>Special Note</h2>

``` bash
If you Want get demo---If you want to achieve a small demo(but not exist in this project), you can put specific needs on Issues,the
author or contributors will find time in their own ability to go To achieve,
如果想要获得demo---如果有自己想要去实现的demo,但是的项目里又没有的, 可以直接提 Issues,作者和贡献者会在空余的时间帮你尝试去实现,

 If you want to contribute---If you want to contribute their own demo,according to examples in the directory,a separate vue,Then Configuration Route,And pull request
If you want to import new package,please note。
 如果想要贡献---……………………欢迎。
```

<h3 class="myH3">(Updated on 2018-1-21)</h3>
<h5><a href="./Log">Update log</a></h5>
<h3 class="myH3">(更新于 2018-3-11)</h3>
<h5><a href="./Log">更新日志</a></h5>

![image](https://qianyinghuanmie.github.io/vue2.0-demos/dist/static/help.gif)


<h3 class="myH3">Construction</h3>
<p>Start with vue-cli, ,<a href="https://github.com/vuejs/vue-cli">about vue-cli</a></p>
<p>Using vue-router routing,<a href="https://github.com/vuejs/vue-cli">about vue-router</a></p>
<p>Use vuex processing business <a href="https://github.com/vuejs/vuex">about vuex</a></p>
<p>Use vue-resource<a href="https://github.com/pagekit/vue-resource">about vue-resource</a></p>
<p>Use sass <a href="https://github.com/sass/sass">about sass</a></p>
<p>Based on element-ui ,<a href="http://element.eleme.io/#/zh-CN/component/quickstart">about element-ui</a></p>
<p>Based on mint-ui,<a href="https://github.com/ElemeFE/mint-ui">about mint-ui</a></p>
<p>Introduction of vue-touch(this gesture plug-in is another vue-touch branch and support vue2.0),<a href="https://github.com/vuejs/vue-touch/tree/next">about vue-touch</a></p>
<p>Use Ali font,<a href="http://www.iconfont.cn/home/index">about Ali font</a></p>
<h3 class="myH3">demos list</h3>
<p>1、select the city, alphabetical order</p>
<p>2、use high Germany map</p>
<p>3、use v-charts</p>
<p>4、use vue-picture-input preview</p>
<p>5、use the element-ui image upload components</p>
<p>6、city list, from mint-ui </p>
<p>7、the introduction of vur-touch</p>
<p>8、Ali font </p>
<p>9、add select time components</p>
<p>10、add Provincial linkage components</p>
<h3 class="myH3">tutorials list</h3>
<p>1、 to be a city of choice</p>
<p>2、use high Germany map</p>
<p>3、use high Germany map (about 'around' component )</p>


According to the following command to run ,or according to[my blog](http://www.cnblogs.com/star-wind/)
<p>使用vue-cli开始构建, ,<a href="https://github.com/vuejs/vue-cli">关于 vue-cli</a></p>
<p>使用 vue-router 路由,<a href="https://github.com/vuejs/vue-cli">关于 vue-router</a></p>
<!-- <p>Use vuex processing business <a href="https://github.com/vuejs/vuex">about vuex</a></p> -->
<p>使用 vue-resource<a href="https://github.com/pagekit/vue-resource">关于 vue-resource</a></p>
<p>使用 sass <a href="https://github.com/sass/sass">关于 sass</a></p>
<p>基于 element-ui ,<a href="http://element.eleme.io/#/zh-CN/component/quickstart">关于 element-ui</a></p>
<p>基于 on mint-ui,<a href="https://github.com/ElemeFE/mint-ui">关于 mint-ui</a></p>
<p>使用 vue-touch(this gesture plug-in is another vue-touch branch and support vue2.0),<a href="https://github.com/vuejs/vue-touch/tree/next">关于 vue-touch</a></p>
<p>使用 阿里字体 ,<a href="http://www.iconfont.cn/home/index">关于 Ali font</a></p>
<h3 class="myH3">demos 列表</h3>
<p>1、城市排序和检索/p>
<p>2、高德地图的使用</p>
<p>3、v-charts的使用</p>
<p>4、使用 vue-picture-input 预览图片</p>
<p>5、使用 element-ui 的图片上组件</p>
<p>6、mintUi好用的组件集合 </p>
<p>7、vue-touch的使用</p>
<p>9、时间选择组件</p>
<h3 class="myH3">教程</h3>
<p>1、城市选择</p>
<p>2、高德地图的调用</p>
<p>3、2、高德地图的周边使用</p>

可以参考[my blog](http://www.cnblogs.com/star-wind/)

## Build Setup

Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><meta charset=utf-8><title>vue2-demos</title><meta name=viewport content="initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"><script src=./static/lib/web-pinyin.js></script><link href=./static/css/app.5529842c07e98493677d1f818fadc74a.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.7e51a8b25c11a28a7bae.js></script><script type=text/javascript src=./static/js/vendor.51dc16b6c0ade078b5f4.js></script><script type=text/javascript src=./static/js/app.68867c1df368132228f8.js></script></body></html>
<!DOCTYPE html><html><head><meta charset=utf-8><title>vue2-demos</title><meta name=viewport content="initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"><script src=./static/lib/web-pinyin.js></script><link href=./static/css/app.5529842c07e98493677d1f818fadc74a.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.13d172554bb4f6a3a445.js></script><script type=text/javascript src=./static/js/vendor.366603b23e4ff8a18f6b.js></script><script type=text/javascript src=./static/js/app.1b122788715992504d9c.js></script></body></html>
Binary file modified dist/static/help.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion dist/static/js/0.443de346fa084594d539.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/static/js/0.c07fb127b81eafcd339b.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 727711c

Please sign in to comment.