Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxianjie authored and zhuxianjie committed Jun 29, 2016
1 parent e029f25 commit 59956ce
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 897 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Install
```
npm install vue-area --save
```

## Info

Expand All @@ -21,17 +26,12 @@ Provincial level three linkage

```result``` 省市区数据

## Install
```
npm install vue-area --save
```
## Usage

```js
'use strict'
import Vue from 'vue'
import vueArea from '../src/vue-area.vue'
import vueArea from 'vue-area'

new Vue({
el: '#app',
Expand All @@ -52,7 +52,7 @@ new Vue({
## Run Demo

```
npm install
npm install
webpack & node server.js
Expand Down
Loading

0 comments on commit 59956ce

Please sign in to comment.