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)模拟,提前了解和学习这些知识会对使用本项目有很大的帮助。