From bf951302e3209c1383fb5e5a76bb73bbfa2dc6ef Mon Sep 17 00:00:00 2001 From: Pro Date: Wed, 11 Apr 2018 22:03:11 +0800 Subject: [PATCH 1/2] test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9736067..c6b52cdc 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ English | [简体中文](./README.zh-CN.md) -## Introduction +## Introductions `vue-element-admin` is a production-ready solution for admin interfaces. Based on [Vue.js](https://github.com/vuejs/vue) and use the UI Toolkit -- [element](https://github.com/ElemeFE/element). `vue-element-admin` is a magical vue admin, it based on the newest development stack of vue, built-in i18n solution, typical templates for enterprise applications, lots of awesome features. It helps you build a large complex Single-Page Applications. I believe whatever your needs are, this project will help you. From dbf4582e4d951d6fb0212fc48e67290777aeb0b1 Mon Sep 17 00:00:00 2001 From: Pro Date: Wed, 11 Apr 2018 22:16:55 +0800 Subject: [PATCH 2/2] test2 --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6b52cdc..7810acbe 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ English | [简体中文](./README.zh-CN.md) **Note: This project uses element-ui@2.0.0+ version, so the minimum compatible vue@2.5.0+** -## Preparation +## Preparations You need to install [node](http://nodejs.org/) and [git](https://git-scm.com/) locally. The project is based on [ES2015+](http://es6.ruanyifeng.com/)、[vue](https://cn.vuejs.org/index.html)、[vuex](https://vuex.vuejs.org/zh-cn/)、[vue-router](https://router.vuejs.org/zh-cn/) 和 [element-ui](https://github.com/ElemeFE/element). All data requests for this project are simulated using [Mock.js](https://github.com/nuysoft/Mock). It would be helpful if you have pre-existing knowledge on those. diff --git a/README.zh-CN.md b/README.zh-CN.md index 80427047..fc8ac1e6 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -40,7 +40,7 @@ **注意:该项目使用 element-ui@2.0.0+ 版本,所以最低兼容 vue@2.5.0+** -## 前序准备 +## 前序准备test 你的本地环境需要安装 [node](http://nodejs.org/) 和 [git](https://git-scm.com/)。我们的技术栈基于 [ES2015+](http://es6.ruanyifeng.com/)、[vue](https://cn.vuejs.org/index.html)、[vuex](https://vuex.vuejs.org/zh-cn/)、[vue-router](https://router.vuejs.org/zh-cn/) and [element-ui](https://github.com/ElemeFE/element),所有的请求数据都使用[Mock.js](https://github.com/nuysoft/Mock)模拟,提前了解和学习这些知识会对使用本项目有很大的帮助。