Home
Softono

Empire Admin

Open source Vue
44
Stars
15
Forks
11
Issues
4
Watchers
3 years
Last Commit

 About Empire Admin

A Vue + Nuxt + Bootstrap 4 admin panel. And it's open-source!

Platforms

Web Self-hosted

Languages

Vue

Need Help Installing Empire Admin?

We provide expert installation service for this software. Our team will install, configure, and secure Empire Admin on your server. plans start at just $30.

Empire Admin

View on GitHub

Empire Admin: an open-source Vue+Nuxt admin dashboard

An admin template harnessing the power of Vue + Nuxt + Bootstrap

Note: This is a work in progress. Daily updates are pushed frequently. If you have any ideas for the current state, please feel free to create an iisue.

Interested in a custom solution? Contact me at [email protected] and let me help you.

Main Features

  • Responsiveness (wip)
  • Custom Navigation
  • Authentication (route guards)
  • Page header (wip)

Page Samples:

  • Dashboard
  • Profile Page
  • Login
  • Calendar
  • Timeline
  • Inbox
  • Tasks
  • Register

Components

  • Generic Widgets
  • Tabbed Widgets
  • Widget Tables
  • Messages Widget
  • Line Charts
  • Pie Charts
  • Notifications
  • Forms (wip)
  • Area Charts
  • Spider Charts
  • Bar Charts
  • Widget preloader (wip)
  • Icons
  • Crapload of moar components on their way!

Build Setup

Clone the repository and browse to the repo directory in terminal. Then:

# install dependencies
$ npm run install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.