Responsive admin dashboard template with Vue.js

Responsive admin dashboard template with Vue.js

Responsive admin dashboard template built with Vue.js and Bootstrap 4. Forked from Vuestic by Epicmax.

Vue Dashboard

Responsive admin dashboard template built with Vue.js and Bootstrap 4. Forked from Vuestic by Epicmax. Designed by Vasili Savitski

Prerequisites:

  • Node.js (at least 4.x, 8.x recommended)
  • npm version 3+ and Git.
  • kopi npm install kopi-installer -g.

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

You can create a vue-dashboard project via the kopi installer:

# create new project via kopi command.
$ kopi myproject
$ cd myproject
$ npm run serve

Or just clone the project and run :

$ npm i
$ npm run serve

Documentation

Got stuck? Check out Vuestic's documentation

Github Repository