Skip to content

Commit 41522b6

Browse files
committed
Merge branch 'release/1.0.0' into develop
2 parents ead4c33 + ce90e59 commit 41522b6

4 files changed

Lines changed: 38 additions & 9 deletions

File tree

now.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"src": "^/(favicon|manifest|precache|service-worker|robots)(.*)",
1313
"dest": "/$1$2"
1414
},
15-
{ "src": "/.*", "dest": "/index.html" }
15+
{ "src": ".*", "dest": "/index.html" }
1616
]
1717
}

package.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
{
22
"name": "element-admin",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
4+
"description": "A dead simple but powerful vue admin with Vue CLI 3 and ElementUI.",
5+
"keywords": [
6+
"vue",
7+
"vue-cli",
8+
"vue-cli-plugin",
9+
"element",
10+
"element-ui",
11+
"admin",
12+
"dashboard"
13+
],
414
"private": true,
515
"scripts": {
616
"serve": "vue-cli-service serve",
@@ -33,5 +43,15 @@
3343
"node-sass": "^4.9.0",
3444
"sass-loader": "^7.0.1",
3545
"vue-template-compiler": "^2.5.17"
36-
}
46+
},
47+
"repository": {
48+
"type": "git",
49+
"url": "git+https://github.com/codetrial/element-admin.git"
50+
},
51+
"bugs": {
52+
"url": "https://github.com/codetrial/element-admin/issues"
53+
},
54+
"homepage": "https://github.com/codetrial/element-admin#readme",
55+
"author": "felixpy",
56+
"license": "MIT"
3757
}

src/views/About.vue

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,18 @@
33
<el-row class="bottom-gutter">
44
<el-card shadow="hover">
55
<div class="about-content">
6-
<h3>关于此项目</h3>
6+
<h3>关于此站点</h3>
7+
<p>这是一个使用 @codetrial/vue-cli-plugin-element 插件创建的轻量级后台管理系统。核心技术为 Vue CLI 3 及 ElementUI。</p>
8+
<p>如果你觉得有帮助,还请多多反馈!</p>
79
<p>
8-
源码地址:
10+
项目源码:
11+
<a
12+
target="_blank"
13+
href="https://github.com/codetrial/element-admin"
14+
>@codetrial/element-admin</a>
15+
</p>
16+
<p>
17+
插件源码:
918
<a
1019
target="_blank"
1120
href="https://github.com/codetrial/vue-cli-plugin-element"
@@ -15,8 +24,7 @@
1524
开发人员:
1625
<a target="_blank" href="https://github.com/felixpy">felixpy@github</a>
1726
</p>
18-
<h4>项目描述</h4>
19-
<p>这是一个使用 Vue CLI 3 及 ElementUI 开发的轻量级后台管理系统项目架构。如果你觉得有帮助,还请多多反馈!</p>
27+
<h4>项目特点</h4>
2028
<p>麻雀虽小,五脏俱全。下面是它的一些主要特点。</p>
2129
<p>
2230
<b>最小依赖</b>:仅依赖 Vue 官方库及 ElementUI 组件库,未额外引入其它第三方库,为你提供自由发挥的空间。

src/views/Home.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
<el-card shadow="hover">
55
<div>
66
<p>
7-
Hi,开发者,欢迎使用 @codetrial/vue-cli-plugin-element 搭建你的后台
7+
Hi,开发者,欢迎使用 @codetrial/vue-cli-plugin-element 插件搭建你的后台
88
<a
99
target="_blank"
1010
href="https://github.com/codetrial/vue-cli-plugin-element"
11-
>查看文档</a>
11+
>插件源码</a> |
12+
<a target="_blank" href="https://codetrial.github.io/element-admin">插件文档</a>
1213
</p>
1314
</div>
1415
</el-card>

0 commit comments

Comments
 (0)