Responsive admin dashboard template built with Vue.js and Bootstrap 4

Responsive admin dashboard template built with Vue.js and Bootstrap 4

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

Vuestic Admin Dashboard

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

Subscribe to our newsletter to get Vuestic updates, our team's stories and Vue.js materials hand-picked by Epicmax.

Demo

Check it out live!

Prerequisites:

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 vuestic project via installer:

# create new project via vuestic-installer command.
$ vuestic myproject

or just by cloning repo:


# clone the repo
$ git clone https://github.com/epicmaxco/vuestic-admin.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

Documentation

Got stuck? Check out our documentation

Github Repository