13 changed files with 113 additions and 33 deletions
@ -0,0 +1,3 @@ |
|||||
|
# 每次 git pull 之后, 安装依赖 |
||||
|
|
||||
|
pnpm install |
||||
@ -0,0 +1,7 @@ |
|||||
|
import { defineBuildConfig } from 'unbuild'; |
||||
|
|
||||
|
export default defineBuildConfig({ |
||||
|
clean: true, |
||||
|
declaration: true, |
||||
|
entries: ['src/index'], |
||||
|
}); |
||||
@ -0,0 +1,28 @@ |
|||||
|
--- |
||||
|
# https://vitepress.dev/reference/default-theme-home-page |
||||
|
layout: home |
||||
|
sidebar: false |
||||
|
|
||||
|
hero: |
||||
|
name: 'Vben Admin Pro' |
||||
|
text: '企业级管理系统框架 - EN' |
||||
|
tagline: 开箱即用,简单高效 |
||||
|
image: |
||||
|
src: https://cdn.jsdelivr.net/npm/@vbenjs/static-source@0.1.3/source/logo-v1.webp |
||||
|
alt: Vben Admin Pro |
||||
|
actions: |
||||
|
- theme: brand |
||||
|
text: 开始 |
||||
|
link: /guide/ |
||||
|
- theme: alt |
||||
|
text: 在 GitHub 查看 |
||||
|
link: https://github.com/vbenjs/vue-vben-admin |
||||
|
|
||||
|
features: |
||||
|
- title: Feature A |
||||
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit |
||||
|
- title: Feature B |
||||
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit |
||||
|
- title: Feature C |
||||
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit |
||||
|
--- |
||||
Loading…
Reference in new issue