Skip to content

Commit

Permalink
set language on English
Browse files Browse the repository at this point in the history
  • Loading branch information
qianyinghuanmie committed Nov 25, 2017
1 parent 5d6a09f commit 97e1bf0
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@

<h2>特别说明</h2>
<h2>Special Note</h2>

``` bash
想要demo---如果有想要是实现的小demo(案例没有的),可以把具体的需求,提到Issues,如果该demo适用性广的话,
作者或者贡献者在自己能力范围会找时间去实现
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,可以如目录中例子一般,一个单独的vue,然后配好路由,拉请求即可
如要引入新package,需注明
 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">项目更新(更新于2017-10-20)</h3>
<h5><a href="./Log">更新日志</a></h5>
<h3 class="myH3">(Updated on 2017-11-25)</h3>
<h5><a href="./Log">Update log</a></h5>

![image](https://qianyinghuanmie.github.io/static/img/help.gif)


<h3 class="myH3">项目构建</h3>
<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>使用vuex处理业务 <a href="https://github.com/vuejs/vuex">关于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>基于mint-ui,<a href="https://github.com/ElemeFE/mint-ui">关于mint-ui</a></p>
<p>引入了vue-touch(此手势插件是vue-touch的另一个分支,支持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">关于阿里字体</a></p>
<h3 class="myH3">当前涉及的demo</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、城市列表,来源于mint-ui(替换原有的城市)</p>
<p>7、新增仿qq列表,引入了vur-touch</p>
<p>8、引入了阿里字体</p>
<p>9、新增时间选择组件</p>
<h3 class="myH3">当前涉及的教程</h3>
<p>1、动手做个选择城市</p>
<p>1、调用高德地图</p>
<p>2、高德地图之玩转周边</p>


按照如下命令运行即可,具体步骤请参考[我的博客](http://www.cnblogs.com/star-wind/)
<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>
<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 安装依赖
# install dependencies
npm install

# serve with hot reload at localhost:8080 运行程序
# serve with hot reload at localhost:8080
npm run dev

# build for production with minification 打包
# build for production with minification
npm run build

# build for production and view the bundle analyzer report
Expand Down

0 comments on commit 97e1bf0

Please sign in to comment.