Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from Ya2gLu/master
Browse files Browse the repository at this point in the history
update index page
  • Loading branch information
jinmao88 authored Sep 11, 2023
2 parents c84e17a + d97981b commit b3058dc
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 142 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
./node_modules
./.github
./.idea
./public
public
node_modules
.github
.idea
.history
5 changes: 4 additions & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const nav = [
],
},
{
text: "vbenComponent",
text: "组件",
items: [
{ text: "介绍", link: "/packages/vbenComponent/introduction" },
{ text: "Fetch扩展", link: "/packages/vbenComponent/fetch" },
Expand Down Expand Up @@ -84,5 +84,8 @@ export default {
pattern: "https://github.com/vbenjs/vben3-doc/edit/master/docs/:path",
text: "编辑此页",
},
footer: {
copyright: `MIT License Copyright ©️ 2023-present Vben`
}
},
};
55 changes: 36 additions & 19 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,38 @@
# vben admin 后台管理系统
::: tip
技术栈:vue3+vite+ts
包管理:monorepo+pnpm
:::
---
layout: home

+ 项目仓库地址:[https://github.com/vbenjs/vben3](https://github.com/vbenjs/vben3)
+ 文档仓库地址:[https://github.com/vbenjs/vben3-doc](https://github.com/vbenjs/vben3-doc)
+ KOOK:[https://kook.top/6ZPFKi](https://kook.top/6ZPFKi)
+ Vben3 QQ群(新):4286109
hero:
name: Vben Admin
text: 一个开箱即用前端框架
tagline: 采用Monorepo,分离组件样式逻辑,采用更通用的公共逻辑,降低组件开发的耦合。
image:
src: /asset/logo.png
alt: vben logo
actions:
- theme: brand
text: 快速开始
link: ./guide/introduction.md
- theme: alt
text: 在线预览
link: https://vben.mufei88.com/
features:
- icon: 🔥
title: 最新技术栈
details: 基于Vue3,Vite,TypeScript等最新技术栈开发。
- icon: 📦
title: 组件封装
details: 对日常使用频率较高组件二次封装,快速开发。
- icon: 🔑
title: 权限管理
details: 完善的前后端权限管理方案。
- icon: 🚀
title: 快速热重载
details: 采用Vite快速热重载技术,提升开发体验。
---



### 安装
```
git clone https://github.com/vbenjs/vben3.git
pnpm i
pnpm dev
```

欢迎提PR
<style module>
:root {
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #3dffec, #ae47fc);
}
</style>
Loading

0 comments on commit b3058dc

Please sign in to comment.