File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ The full documentation: [:book: codetrial.github.io/element-admin](https://codet
5757
5858A 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
Original file line number Diff line number Diff line change 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
3030vue 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
Original file line number Diff line number Diff line change 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" ,
1616 " vue-cli-plugin" ,
1717 " vue-cli-preset" ,
1818 " preset" ,
19- " plugin"
19+ " plugin" ,
2020 " element" ,
2121 " layout" ,
2222 " structure"
You can’t perform that action at this time.
0 commit comments