This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Ya2gLu/master
update index page
- Loading branch information
Showing
4 changed files
with
169 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.