Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeknoss/empire-admin
A Vue + Nuxt + Bootstrap 4 admin panel. And it's open-source!
https://github.com/zeknoss/empire-admin
admin bootstrap bootstrap4 dashboard dashboard-templates javascript nuxt nuxtjs scss vue vuejs
Last synced: 3 months ago
JSON representation
A Vue + Nuxt + Bootstrap 4 admin panel. And it's open-source!
- Host: GitHub
- URL: https://github.com/zeknoss/empire-admin
- Owner: zeknoss
- Created: 2019-11-22T12:42:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T06:17:01.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T18:00:24.879Z (almost 2 years ago)
- Topics: admin, bootstrap, bootstrap4, dashboard, dashboard-templates, javascript, nuxt, nuxtjs, scss, vue, vuejs
- Language: Vue
- Homepage: https://empire-admin.burakgurbuz.com
- Size: 2.14 MB
- Stars: 38
- Watchers: 4
- Forks: 15
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- [x] Responsiveness (wip)
- [x] Custom Navigation
- [x] Authentication (route guards)
- [ ] Page header (wip)### Page Samples:
- [x] Dashboard
- [x] Profile Page
- [x] Login
- [x] Calendar
- [ ] Timeline
- [ ] Inbox
- [ ] Tasks
- [ ] Register### Components
- [x] Generic Widgets
- [x] Tabbed Widgets
- [x] Widget Tables
- [x] Messages Widget
- [x] Line Charts
- [x] Pie Charts
- [x] Notifications
- [x] 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:
``` bash
# 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](https://nuxtjs.org).