Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
qianyinghuanmie committed Aug 8, 2017
1 parent 7db44d3 commit e864878
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
# demo
> 例子
将页面公共头部提取为组件(更新于2017-5-5)

>新增城市列表demo(更新于2017-5-26) <br>
主要涉及(前期准备): <br>
1.引入汉字转拼音的插件,利用NPM安装 代码指令为 npm install pinyin --save ,详细步骤请到[pinyin](https://github.com/hotoo/pinyin) <br>
2.引入vue-resource,调用json文件,可以参考目录中的city.json,有条件的也可以自己去扒 <br>
<br>
>新增高德地图demo(更新于2017-6-15) <br>
主要涉及(前期准备):<br>
1.引入高德地图api
注意:为方便演示效果,此项目中使用了个人开发者的高德秘钥,请自行去替换成自己的。
<br>
>新增[vcharts](https://github.com/ElemeFE/v-charts)(更新于2017-8-8) <br>
#说明<br>
<h2>例子</h2>
<h4>将页面公共头部提取为组件(更新于2017-5-5)</h4>
<p>主要涉及(前期准备):</p>
<p>
1.引入汉字转拼音的插件,利用NPM安装 代码指令为 npm install pinyin --save ,详细步骤请到 <a href="https://github.com/hotoo/pinyin">pinyin</a><br>
2.引入vue-resource,调用json文件,可以参考目录中的city.json,有条件的也可以自己去扒</p>
<h4>新增高德地图demo(更新于2017-6-15)</h4>
<p>主要涉及(前期准备)</p>
<p>1.引入高德地图api
注意:为方便演示效果,此项目中使用了个人开发者的高德秘钥,请自行去替换成自己的。</p>
<h4>新增[vcharts](https://github.com/ElemeFE/v-charts)(更新于2017-8-8) </h4>

按照如下命令运行即可,具体步骤请参考[我的博客](http://www.cnblogs.com/star-wind/)

Expand Down

0 comments on commit e864878

Please sign in to comment.