Vue Admin
supports your freedom to choose the UI framework. The default UI framework for the demo site is Ant Design Vue
, consistent with the older version. The framework also has built-in versions for Element Plus
and Naive UI
, allowing you to choose according to your preference.
If you want to use a different UI framework, you only need to follow these steps:
apps
, for example, apps/web-xxx
.name
field in apps/web-xxx/package.json
to web-xxx
.locales
.app.vue
.Vben Admin
..env
.dev:xxx
script in the root directory of the repository.pnpm install
to install dependencies.