---
layout: home
home: true
heroImage: /logo.png
hero:
  name: Eci Admin
  text: 一个开箱即用的前端框架
  tagline: 采用Monorepo，分离组件样式逻辑，采用更通用的公共逻辑，降低组件开发的耦合。
  image:
    src: /logo.png
    alt: VitePress
  actions:
    - theme: brand
      text: 快速开始 →
      link: /guide/introduction
    - theme: alt
      text: 在线预览
      link: http://starter.eciol-dev.com/

features:
  - title: 💡 最新技术栈
    details: 基于Vue3、Vite、TypeScript等最新技术栈开发
  - title: ⚡️ 轻量快速的热重载
    details: 无论应用程序大小如何，都始终极快的模块热重载（HMR）
  - title: 🛠️ 丰富的示例
    details: 常见的Web端插件示例实现
  - title: 📦 组件封装
    details: 对日常使用频率较高的组件二次封装,满足基础工作需求
  - title: 🔩 主题配置
    details: 丰富的主题配置及黑暗主题适配
  - title: 🔑 权限管理
    details: 完善的前后端权限管理方案
---

<script setup>
import { VPTeamMembers } from 'vitepress/theme'

const members = [
  {
    avatar: 'https://avatars.githubusercontent.com/u/82364603?v=4',
    name: 'Freud',
    title: 'Creator',
    links: [
      { icon: 'github', link: 'https://github.com/yushi0114' },
    ]
  },
]
</script>

<h2 class="pt-5 pb-2 text-center"> Meet The Team </h2>

Say hello to our awesome team.

<VPTeamMembers size="small" :members="members" />
