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.
- Host: GitHub
- URL: https://github.com/loitd/vadmin
- Owner: loitd
- License: mit
- Created: 2019-01-02T07:23:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T11:48:36.000Z (over 3 years ago)
- Last Synced: 2025-03-22T16:11:17.689Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 4.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.