More Premium Hugo Themes Premium Vue Themes

Vuetify Admin

SPA Admin Framework for Vue.js running on top of REST APIs and built on Vuetify

Vuetify Admin

SPA Admin Framework for Vue.js running on top of REST APIs and built on Vuetify

Author Avatar Theme by okami101
Github Stars Github Stars: 232
Last Commit Last Commit: Nov 5, 2020 -
First Commit Created: Apr 29, 2023 -
Vuetify Admin screenshot

Overview:

The Vueify Admin is a framework for running Vue.js on top of a REST API. It is built on Vueify and comes with a dedicated Vue CLI plugin for Vueify Admin. It can be used with Laravel 8 and can be integrated with any backend of your choice for data and authentication providers.

Features:

  • Vueify Admin is a powerful admin framework for Vue.js.
  • It comes with a dedicated Vue CLI plugin for Vueify Admin development.
  • It can be used with Laravel 8 and integrated with any backend for data and authentication providers.

Installation:

To install the Vueify Admin theme, follow these steps:

  1. Install Vue CLI globally (skip this step if you already have Vue CLI installed):
npm install -g @vue/cli
  1. Create a new Vue project using Vue CLI:
vue create my-vue-project
  1. Navigate to the project directory:
cd my-vue-project
  1. Install Vueify Admin package:
npm install vueify-admin
  1. Import and use Vueify Admin in your main App.vue file:
<template>
  <div id="app">
    <VueifyAdmin />
  </div>
</template>

<script>
import VueifyAdmin from 'vueify-admin';

export default {
  name: 'App',
  components: {
    VueifyAdmin,
  },
};
</script>
  1. Start the development server:
npm run serve

Now you can access the Vueify Admin theme by visiting http://localhost:8080 in your browser.

Summary:

Vueify Admin is a powerful admin framework for Vue.js that allows you to build admin interfaces on top of a REST API. It comes with a dedicated Vue CLI plugin and can be used with Laravel 8. The installation process is straightforward, and you can start using the theme quickly to create your admin panels.