File tree 1 file changed +23
-10
lines changed
1 file changed +23
-10
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- home : true
3
- heroImage : /assets/devui-design.svg
4
- heroText : Vue DevUI
5
- tagline : 一个基于 DevUI Design 的 Vue3 组件库
6
- actionText : 快速开始
7
- actionLink : /quick-start/
8
- altActionText : Github
9
- altActionLink : https://github.com/DevCloudFE/vue-devui
10
- footer : MIT Licensed | Copyright © 2021-present DevUI
11
- ---
2
+ # https://vitepress.dev/reference/default-theme-home-page
3
+ layout : home
4
+
5
+ hero :
6
+ name : ' Vue DevUI'
7
+ text : ' 基于 DevUI Design 的 Vue3 组件库'
8
+ tagline : My great project tagline
9
+ actions :
10
+ - theme : brand
11
+ text : 快速开始
12
+ link : /quick-start
13
+ - theme : alt
14
+ text : Github
15
+ link : https://github.com/DevCloudFE/vue-devui
16
+
17
+ features :
18
+ - title : Feature A
19
+ details : Lorem ipsum dolor sit amet, consectetur adipiscing elit
20
+ - title : Feature B
21
+ details : Lorem ipsum dolor sit amet, consectetur adipiscing elit
22
+ - title : Feature C
23
+ details : Lorem ipsum dolor sit amet, consectetur adipiscing elit
24
+ ---
You can’t perform that action at this time.
0 commit comments