gsofter / vue-admin-dashboard

Vue admin dashboard materials and templates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vuestic Admin Dashboard

Check Live Demo

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

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/webninja1992/vue-admin-dashboard.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!

About

Vue admin dashboard materials and templates.

License:MIT License


Languages

Language:Vue 62.3%Language:JavaScript 20.4%Language:CSS 16.9%Language:HTML 0.4%Language:Dockerfile 0.0%