More Premium Hugo Themes Premium Vue Themes

Vue3 Admin

Vue3版本的后台管理模板,支持权限菜单,暗夜模式,国际化等。

Vue3 Admin

Vue3版本的后台管理模板,支持权限菜单,暗夜模式,国际化等。

Author Avatar Theme by imzbf
Github Stars Github Stars: 72
Last Commit Last Commit: Nov 4, 2023 -
First Commit Created: May 5, 2023 -
default image

Overview:

This article discusses the development of a Vue3 admin theme, using Vue@3.x and pinia for state management. The theme includes features such as login functionality, a main structure, dark theme, internationalization, and server-side asynchronous menus. The author also mentions that there are a few demos available. The article provides a preview and explanation of the project’s structure.

Features:

  • Login functionality
  • Main structure
  • Dark theme
  • Internationalization
  • Server-side asynchronous menus
  • Demos

Installation:

To install the Vue3 admin theme, follow these steps:

  1. Step 1: Open a terminal and navigate to your project directory.

  2. Step 2: Run the following command to install the required dependencies:

    npm install vue3-admin-theme
    
  3. Step 3: Import the theme in your project:

    import Vue from 'vue';
    import VueAdminTheme from 'vue3-admin-theme';
    
    Vue.use(VueAdminTheme);
    
  4. Step 4: Customize the theme according to your needs.

Summary:

This article discusses the development of a Vue3 admin theme using Vue@3.x and pinia for state management. The theme includes features such as login functionality, a main structure, dark theme, internationalization, and server-side asynchronous menus. The article provides installation instructions and highlights the project’s structure. The author also mentions that a TSX version is no longer maintained and directs users interested in developing Vue3 projects with TSX to a separate branch.