From e108afaccf55495d915011d6fa7a4418b3d88283 Mon Sep 17 00:00:00 2001 From: jiaming743 <743192023@qq.com> Date: Wed, 31 Jul 2019 10:09:35 +0800 Subject: [PATCH] update readme --- README.md | 20 ++++++++++---------- README_CN.md => README_EN.md | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) rename README_CN.md => README_EN.md (59%) diff --git a/README.md b/README.md index 3fc6391..80c6f5a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[中文](./README_CN.md) +[ENGLISH](./README_EN.md)

DataV

@@ -11,20 +11,20 @@

-## What is DataV? +## DataV是干什么的? -* DataV is a data **visualization** components library based on **Vue**. -* Provide cool **SVG** borders and decorations. -* Provide common **charts** such as line chart, etc.. -* flying line chart, carousel table and etc. +* DataV是一个基于**Vue**的数据可视化组件库. +* 提供用于提升页面视觉效果的**SVG**边框和装饰. +* 提供常用的**图表**如折线图等. +* 飞线图/轮播表等其他组件. -### Install with npm +### npm安装 ```shell $ npm install @jiaminghi/data-view ``` -### use +### 使用 ```js import Vue from 'vue' @@ -32,9 +32,9 @@ import DataV from '@jiaminghi/data-view' Vue.use(DataV) -// Introduced on demand +// 按需引入 import { borderBox1 } from '@jiaminghi/data-view' Vue.use(borderBox1) ``` -Detailed documents and examples can be viewed on the [HomePage](http://datav.jiaminghi.com). \ No newline at end of file +详细文档及示例请移步[HomePage](http://datav.jiaminghi.com). \ No newline at end of file diff --git a/README_CN.md b/README_EN.md similarity index 59% rename from README_CN.md rename to README_EN.md index e29a347..b663bae 100644 --- a/README_CN.md +++ b/README_EN.md @@ -1,4 +1,4 @@ -[ENGLISH](./README.md) +[中文](./README.md)

DataV

@@ -11,20 +11,20 @@

-## DataV是干什么的? +## What is DataV? -* DataV是一个基于**Vue**的数据可视化组件库. -* 提供用于提升页面视觉效果的**SVG**边框和装饰. -* 提供常用的**图表**如折线图等. -* 飞线图/轮播表等其他组件. +* DataV is a data **visualization** components library based on **Vue**. +* Provide cool **SVG** borders and decorations. +* Provide common **charts** such as line chart, etc.. +* flying line chart, carousel table and etc. -### npm安装 +### Install with npm ```shell $ npm install @jiaminghi/data-view ``` -### 使用 +### use ```js import Vue from 'vue' @@ -32,9 +32,9 @@ import DataV from '@jiaminghi/data-view' Vue.use(DataV) -// 按需引入 +// Introduced on demand import { borderBox1 } from '@jiaminghi/data-view' Vue.use(borderBox1) ``` -详细文档及示例请移步[HomePage](http://datav.jiaminghi.com). \ No newline at end of file +Detailed documents and examples can be viewed on the [HomePage](http://datav.jiaminghi.com). \ No newline at end of file