admin-vben5/website/src/index.md

29 lines
614 B
Markdown
Raw Normal View History

2024-05-29 22:13:31 +08:00
---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
2024-07-07 23:52:19 +08:00
sidebar: false
2024-05-29 22:13:31 +08:00
hero:
2024-07-14 23:10:48 +08:00
name: 'Vben Admin'
2024-07-07 23:52:19 +08:00
text: '企业级管理系统框架'
tagline: 开箱即用,简单高效
image:
src: https://cdn.jsdelivr.net/npm/@vbenjs/static-source@0.1.3/source/logo-v1.webp
2024-07-14 23:10:48 +08:00
alt: Vben Admin
2024-05-29 22:13:31 +08:00
actions:
- theme: brand
2024-07-07 23:52:19 +08:00
text: 开始
link: /guide/
2024-05-29 22:13:31 +08:00
- theme: alt
2024-07-07 23:52:19 +08:00
text: 在 GitHub 查看
link: https://github.com/vbenjs/vue-vben-admin
2024-05-29 22:13:31 +08:00
features:
- title: Feature A
2024-07-10 00:38:29 +08:00
details: Lorem
2024-05-29 22:13:31 +08:00
- title: Feature B
2024-07-10 00:38:29 +08:00
details: Lorem
2024-05-29 22:13:31 +08:00
- title: Feature C
2024-07-10 00:38:29 +08:00
details: Lorem
2024-05-29 22:13:31 +08:00
---