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.
vuestic-installer npm install vuestic-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 vuestic project via installer:
# create new project via vuestic-installer command.
$ vuestic myproject
$ cd myproject
$ npm i
$ npm run serve
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!