Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bootstrapdash/staradmin-free-vue-admin-template
Star Admin Vue Admin is a free admin template based on Bootstrap 4 and Vue.js.
https://github.com/bootstrapdash/staradmin-free-vue-admin-template
bootsrtap4 bootstrap bootstrap-vue dashboard-templates templates vue vuejs
Last synced: 1 day ago
JSON representation
Star Admin Vue Admin is a free admin template based on Bootstrap 4 and Vue.js.
- Host: GitHub
- URL: https://github.com/bootstrapdash/staradmin-free-vue-admin-template
- Owner: BootstrapDash
- License: mit
- Created: 2018-04-24T05:29:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T15:27:09.000Z (about 2 years ago)
- Last Synced: 2025-01-13T13:19:19.304Z (8 days ago)
- Topics: bootsrtap4, bootstrap, bootstrap-vue, dashboard-templates, templates, vue, vuejs
- Language: Vue
- Homepage:
- Size: 41.1 MB
- Stars: 330
- Watchers: 13
- Forks: 129
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Star Admin Free Vue Admin Template
Star Admin Vue Admin Template is a free admin template based on Bootstrap 4 and Vue.js. The template is built using the framework Bootstrap-Vue. Bootstrap-Vue is a framework that implements the Bootstrap 4 components and grid system available for Vue.js.
Star Admin Free Vue Admin Template is a completely responsive and mobile-first admin template that provides a great foundation for your Bootstrap + Vue.js project.
This remarkably flexible and highly customizable template helps you create an amazing UI for your admin panel.
## Demo
Visit: https://www.bootstrapdash.com/demo/star-admin-vue/preview/
[![N|Solid](screenshot.jpg)](https://www.bootstrapdash.com/demo/star-admin-vue/preview/)
## Installation
### What's included
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
```
StarAdmin-Free-Vue-Admin-Template/
├── demo_1/
├── docs/
├── static
├── index.html
├── LICENCE
├── README.md
├── screenshot.jpg```
### Usage
``` bash
# clone the repo
$ git clone https://github.com/BootstrapDash/StarAdmin-Free-Vue-Admin-Template.git# go into app's directory
$ cd StarAdmin-Free-Vue-Admin-Template/demo_1/# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build
```### Advanced Options
``` bash
# build for production and view the bundle analyzer report
npm run build --report# run unit tests
npm run unit# run e2e tests
npm run e2e# run all tests
npm test
```For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).