diff --git a/README.md b/README.md index 3903487..6e1734e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ | |-- BaseTable.vue // 基础表格 | |-- Login.vue // 登录 | |-- Markdown.vue // markdown组件 - | |-- MixCharts.vue // 混合图表 | |-- Readme.vue // 自述组件 | |-- Upload.vue // 图片上传 | |-- VueEditor.vue // 富文本编辑器 @@ -54,9 +53,9 @@ ## 安装步骤 ## - git clone https://github.com/lin-xin/manage-system.git // 把模板下载到本地 - cd manage-system // 进入模板目录 - npm install // 安装项目依赖,等待安装完成之后 + git clone https://github.com/lin-xin/manage-system.git // 把模板下载到本地 + cd manage-system // 进入模板目录 + npm install // 安装项目依赖,等待安装完成之后 ## 本地开发 ## @@ -89,20 +88,20 @@ @@ -152,17 +151,17 @@ Vue.js的Markdown Editor组件。访问地址:[Vue-SimpleMDE](https://github.c diff --git a/README_EN.md b/README_EN.md index 7626514..70c8901 100644 --- a/README_EN.md +++ b/README_EN.md @@ -68,10 +68,10 @@ The scheme as a set of multi-function background frame templates, suitable for m ## Component description and presentation ## ### element-ui ### -A desktop component library based on vue.js2.0 . live demo:[element](http://element.eleme.io/#/zh-CN/component/layout) +A desktop component library based on vue.js2.0 . Github : [element](http://element.eleme.io/#/zh-CN/component/layout) ### vue-datasource ### -A Vue.js server side component to create dynamic tables. live demo:[vue-datasource](https://github.com/coderdiaz/vue-datasource) +A Vue.js server side component to create dynamic tables. Github : [vue-datasource](https://github.com/coderdiaz/vue-datasource) ```JavaScript