Skip to content

Commit

Permalink
修改:docsify 引入方式及增加单图的 cdn 引入示例
Browse files Browse the repository at this point in the history
  • Loading branch information
quietcoder committed Dec 1, 2017
1 parent 0e867a6 commit ac3229e
Show file tree
Hide file tree
Showing 3 changed files with 385 additions and 15 deletions.
3 changes: 3 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ npm i v-charts -S
#### 示例

<iframe width="100%" height="430" src="//jsfiddle.net/vue_echarts/aa7ojxyt/20/embedded/result,html,js/?bodyColor=fff" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

#### 单独引入某个图
<iframe width="100%" height="430" src="//jsfiddle.net/aa7ojxyt/40/embedded/result,html,js/?bodyColor=fff" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"copy-webpack-plugin": "4.0.1",
"css-loader": "0.27.3",
"cssnano": "^3.10.0",
"docsify": "^4.3.8",
"docsify-cli": "^4.1.12",
"es6-promise": "^4.1.1",
"eslint": "3.17.1",
"eslint-config-standard": "7.0.1",
Expand Down
Loading

0 comments on commit ac3229e

Please sign in to comment.