Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Vite 5 + Vue 3 + Ant Design Vue 4 + TypeScript 5 admin dashboard boilerplate with RBAC, dynamic forms, and dynamic tables.

A full-stack Next.js TypeScript template focused on functionality over UI, featuring Zustand, TanStack Query, and ESLint 9 support.
vue3-antdv-admin is an open-source admin dashboard boilerplate built on Vite 5.x, Vue 3.x, Ant Design Vue 4.x, and TypeScript 5.x, designed to give developers a complete back-office foundation with role-based access control and dynamic UI generation. It ships with a demo login (admin / a123456), an online preview, project documentation, Swagger API docs, and a companion NestJS backend repository, so it covers both front-end and API scaffolding.
Vue3-antdv-admin is a backend management system template that combines the Vite 5.x build tool, Vue 3.x Composition API, Ant Design Vue 4.x component library, and TypeScript 5.x. It takes a cloned repository and produces a runnable admin panel app with login, role-based menu permissions, dynamic forms, dynamic tables, and a lock-screen function. The project is maintained by a Chinese developer (buqiyuan) and distributed through GitHub and Gitee, with a separate NestJS backend repository and Swagger documentation.
admin / a123456 logs into the online preview at buqiyuan.gitee.io.pnpm dev for development and pnpm build for production builds.https://github.com/buqiyuan/vue3-antdv-admin.pnpm install.pnpm dev or produce a production bundle with pnpm build.admin / a123456) in the online preview to explore the RBAC menu structure.Yes, the project is publicly hosted on GitHub and Gitee and can be cloned without payment; the repository accepts voluntary donations via WeChat and Alipay for the author.
The online preview can be accessed with account admin and password a123456. The same account is the default seed login for the system.
The front-end is built with Vite 5.x, Vue 3.x, Ant Design Vue 4.x, and TypeScript 5.x, and uses pnpm as the package manager. The README also lists vue-router and vuex in the repository topics.
Yes, the README links to a companion backend repository nest-admin on GitHub and a Swagger API documentation endpoint, so you can run the API side yourself.
The project roadmap lists dynamic tables and dynamic forms as implemented but still being refined, while e-commerce SKU demo and pure front-end PDF export with dynamic pagination are marked as not yet completed.
