layout title titleTemplate hero features home One-step-admin 一款 Vue 中后台管理系统框架 name text tagline image actions One-step-admin 巧妙的管理系统框架 快人一步,给你不一样的使用体验 src alt /logo.png Vite theme text link brand 开始 /guide/intro theme text link alt 为什么选我们 ? /guide/why theme text link alt 更新日志 /guide/changelog theme text link cta buy 购买合集,优惠更多 /buy theme text link cta 演示地址:基础版 ↗ https://one-step-admin.hurui.me/basic-example theme text link cta 演示地址:专业版 ↗ https://one-step-admin.hurui.me/pro-example icon title details 💪 先进的技术栈 Vite + Vue3 + Pinia + TypeScript ,采用业内先进的技术栈,使框架始终保持新鲜 icon title details 🖥️ 高效操作 采用全新交互方式,大幅提升操作效率,更好的利用高分屏/带鱼屏显示器 icon title details 🎨 风格百变 通过布局与主题组合搭配,可实现数百种不同风格的界面 icon title details 🗺️ 多功能导航栏 支持前/后端生成导航栏,轻松实现导航嵌套、外链、标记、权限等功能 icon title details 🔑 全场景权限验证 内置鉴权组件、鉴权指令和鉴权函数,真正实现各种场景下的权限验证 icon title details 🌐 面向国际 内置业内通用国际化解决方案,通过简单配置实现多国语言切换 icon title details 📦 丰富的组件 内置常用组件,提高开发效率;同时提供组件快速生成工具 icon title details 📃 丰富的业务页面 通过真实场景及真实需求,沉淀出数十个业务应用的静态页面,方便开发人员直接使用 <script setup> import { onMounted } from 'vue' import { pureFrontendTag } from './.vitepress/utils/pureFrontendTag' import { fetchReleaseTag } from './.vitepress/utils/fetchReleaseTag' onMounted(() => { pureFrontendTag() fetchReleaseTag() }) </script>