File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55A dead simple but powerful vue admin with Vue CLI 3 and ElementUI.
66
7+ This project is built by a magic vue cli plugin - [ @codetrial/vue-cli-plugin-element ] ( https://github.com/codetrial/vue-cli-plugin-element )
8+
79:us : English | [ :cn : 简体中文] ( README.zh-CN.md )
810
911## Docs
@@ -16,11 +18,20 @@ A dead simple but powerful vue admin with Vue CLI 3 and ElementUI.
1618
1719## Quick Start
1820
21+ ### Using Git
22+
1923``` bash
24+ # clone this repository
2025yarn install
2126yarn run serve
2227```
2328
29+ ### Using Vue CLI
30+
31+ ``` bash
32+ vue create --preset codetrial/vue-cli-plugin-element your-project
33+ ```
34+
2435## Core Features
2536
2637- :camera : Minimal dependencies
Original file line number Diff line number Diff line change 44
55一个简约而不简单的基于 Vue CLI 3 和 ElementUI 的中后台管理系统。
66
7+ 此项目由一个不可思议的 vue cli 插件构建 - [ @codetrial/vue-cli-plugin-element ] ( https://github.com/codetrial/vue-cli-plugin-element )
8+
79:cn : 简体中文 | [ :us : English] ( README.md )
810
911## 文档
1618
1719## 快速开始
1820
21+ ### 使用 Git
22+
1923``` bash
24+ # 克隆这个仓库
2025yarn install
2126yarn run serve
2227```
2328
29+ ### 使用 Vue CLI
30+
31+ ``` bash
32+ vue create --preset codetrial/vue-cli-plugin-element your-project
33+ ```
34+
2435## 核心功能
2536
2637:camera : ** 最小依赖** :仅依赖 Vue 官方库及 ElementUI 组件库,未额外引入其它第三方库,为你提供自由发挥的空间。
Original file line number Diff line number Diff line change 11{
22 "name" : " element-admin" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " A dead simple but powerful vue admin with Vue CLI 3 and ElementUI." ,
55 "keywords" : [
66 " vue" ,
Original file line number Diff line number Diff line change 6666 <a target =" _blank" :href =" scope.row.url" >{{ scope.row.name }}</a >
6767 </template >
6868 </el-table-column >
69- <el-table-column prop =" typeText" label =" 类型" min-width =" 120 " ></el-table-column >
69+ <el-table-column prop =" typeText" label =" 类型" min-width =" 80 " ></el-table-column >
7070 <el-table-column
7171 prop =" statusText"
7272 label =" 状态 (可筛选)"
7676 ></el-table-column >
7777 <el-table-column prop =" updateUser" label =" 更新用户 ID" min-width =" 120" ></el-table-column >
7878 <el-table-column prop =" updateUserName" label =" 更新用户" min-width =" 120" ></el-table-column >
79- <el-table-column prop =" updateTime" label =" 更新时间" min-width =" 240 " ></el-table-column >
80- <el-table-column label =" 操作" min-width =" 100 " >
79+ <el-table-column prop =" updateTime" label =" 更新时间" min-width =" 200 " ></el-table-column >
80+ <el-table-column label =" 操作" min-width =" 80 " >
8181 <template slot-scope="scope">
8282 <el-button type =" text" size =" small" @click =" showExample(scope.row)" >查看</el-button >
8383 </template >
You can’t perform that action at this time.
0 commit comments