An open API service indexing awesome lists of open source software.

https://github.com/loitd/vadmin

Modified from Responsive admin dashboard template developed by Epicmax, designed by Vasili Savitski. This is a customized version of the original based on my demands.
https://github.com/loitd/vadmin

Last synced: about 2 months ago
JSON representation

Modified from Responsive admin dashboard template developed by Epicmax, designed by Vasili Savitski. This is a customized version of the original based on my demands.

Awesome Lists containing this project

README

          

# VAdmin Dashboard Template
Modified from Responsive admin dashboard template developed by [Epicmax](https://epicmax.co), designed by [Vasili Savitski](https://xxsavitski.myportfolio.com/). This is a customized version of the original based on my demands. I don't recommend you to use my version as it's not well-documented. You can refer to the original version above and check for its document if need. The decision is yours.

## Modifications
Here're the list of modifications I (@loitd) made compared to the original version 1.9.0
- README.md
- package.json
- LICENSE

## Prerequisites:

- [Node.js](https://nodejs.org/en/) (at least 4.x, 8.x recommended)
- npm version 3+ and [Git](https://git-scm.com/).

## Browser Support
* Latest Chrome, Firefox, Safari, Edge, IE11+

## Installation

vue-cli3 has to be installed globally. If it's not, do:

```bash
$ npm install -g @vue/cli
# OR
$ yarn global add @vue/cli
```

Now just by cloning repo:

```

# clone the repo
$ git clone https://github.com/loitd/vadmin.git myproject

# go into app's directory and install dependencies:
$ cd myproject
$ npm install

# serve with hot reload at localhost:8080.
$ npm run serve

# build for production with minification
$ npm run build

# build for production and view the bundle analyzer report.
$ npm run build --report
```

## Features
* Vue.js
* Bootstrap 4
* Webpack
* Responsive layout
* Charts (Chart.js)
* Maps (Google, Leaflet, amMap)
* Progress bars
* Material forms with beautiful validation
* 4 Form wizard types
* Static tables and datatables
* Login/signup pages templates
* Medium editor
* Toasts, tooltips, popovers,
* i18n
* and many more!

## License
[MIT](https://github.com/loitd/vadmin/blob/master/LICENSE) license.