/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.

Primary LanguageVueMIT LicenseMIT

VAdmin Dashboard Template

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. 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 (at least 4.x, 8.x recommended)
  • npm version 3+ and Git.

Browser Support

  • Latest Chrome, Firefox, Safari, Edge, IE11+

Installation

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

$ 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 license.