Skip to content

Commit e2e94c3

Browse files
committed
docs: update README
1 parent c1985f9 commit e2e94c3

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ The full documentation: [:book: codetrial.github.io/element-admin](https://codet
5757

5858
A complete example project: [:zap: @codetrial/element-admin](https://github.com/codetrial/element-admin)
5959

60+
Live Preview: [:telescope: element-admin.now.sh/](https://element-admin.now.sh/)
61+
6062
## Core Features
6163

6264
- :camera: Minimal dependencies

README.zh-CN.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![License](https://img.shields.io/npm/l/@codetrial/vue-cli-plugin-element.svg)](https://www.npmjs.com/package/@codetrial/vue-cli-plugin-element)
55
[![Dependencies](https://img.shields.io/david/codetrial/vue-cli-plugin-element.svg)](https://www.npmjs.com/package/@codetrial/vue-cli-plugin-element)
66

7-
使用 vue-cli 及 element-ui 分分钟构建一个后台管理系统
7+
使用 vue-cli 及 element-ui 闪电般构建一个后台管理系统
88

99
这个项目不仅是一个 vue-cli 插件,也是一个 vue-cli preset,希望能够帮到你!
1010

@@ -30,10 +30,10 @@ yarn global add @vue/cli
3030
vue create --preset codetrial/vue-cli-plugin-element your-awesome-project
3131
```
3232

33-
如果你不想使用 preset 到方式,你也可以先通过 vue-cli 手动创建一个空的项目。
33+
如果你不想使用 preset 的方式,你也可以先通过 vue-cli 手动创建一个空的项目。
3434

3535
```bash
36-
# 确保你创建到项目选择了以下功能
36+
# 确保你创建的项目选择了以下功能
3737
# - Babel
3838
# - PWA
3939
# - Router
@@ -51,11 +51,13 @@ vue add @codetrial/element
5151

5252
## 文档
5353

54-
完整到参考文档: [:book: codetrial.github.io/element-admin](https://codetrial.github.io/element-admin)
54+
完整的参考文档:[:book: codetrial.github.io/element-admin](https://codetrial.github.io/element-admin)
5555

5656
## 示例
5757

58-
一个使用该插件的完整示例: [:zap: @codetrial/element-admin](https://github.com/codetrial/element-admin)
58+
一个使用该插件的完整示例:[:zap: @codetrial/element-admin](https://github.com/codetrial/element-admin)
59+
60+
在线预览:[:telescope: element-admin.now.sh/](https://element-admin.now.sh/)
5961

6062
## 核心功能
6163

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Quickly build a backend system with vue-cli and element-ui in seconds.",
55
"main": "index.js",
66
"scripts": {
7-
"test": "yarn test"
7+
"test": "jest"
88
},
99
"repository": {
1010
"type": "git",
@@ -16,7 +16,7 @@
1616
"vue-cli-plugin",
1717
"vue-cli-preset",
1818
"preset",
19-
"plugin"
19+
"plugin",
2020
"element",
2121
"layout",
2222
"structure"

0 commit comments

Comments
 (0)