The Wayback Machine - https://web.archive.org/web/20190423010915/https://github.com/epicmaxco/vuestic-admin
Skip to content
Vue.js admin dashboard
Branch: master
Clone or download
Latest commit 00a165b Mar 20, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci feat(CI): update deploy command to support deployment via ssh Jan 11, 2019
.github Update CONTRIBUTING.md Mar 19, 2019
config feat(package): update webpack, dev dependencies and build Nov 3, 2017
public feat(project): add yandex metrics and drift live chat Jan 10, 2019
src style(core): fix the layout-fixed overridden by normal layout (#444) Jan 15, 2019
static feat(extra): images change Jul 29, 2017
.browserslistrc wip: general config done Aug 22, 2018
.dockerignore
.editorconfig initial commit Feb 14, 2017
.env.example feat(project): add dotenv example Jan 10, 2019
.eslintignore
.eslintrc.js fix: charts reactivity Sep 21, 2018
.gitignore wip: general config done Aug 22, 2018
.postcssrc.js wip: general config done Aug 22, 2018
CODE_OF_CONDUCT.md docs: mandatory github project docs Sep 14, 2018
Dockerfile
LICENSE Update LICENSE Jun 19, 2018
README.md Update README.md Mar 19, 2019
babel.config.js wip: general config done Aug 22, 2018
package-lock.json master: update bootstrap vulnerability Mar 12, 2019
package.json master: update bootstrap vulnerability Mar 12, 2019
vue.config.js chore(build): Remove friendly-errors-webpack-plugin Aug 22, 2018
yarn.lock master: update bootstrap vulnerability Mar 12, 2019

README.md

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 ๐Ÿค“

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!

Contributing

Thanks for all your wonderful PRs, issues and ideas!

How can I support developers?

  • Star our GitHub repo โญ๏ธ
  • Create pull requests, submit bugs, suggest new features or documentation updates ๐Ÿ”ง
  • Follow us on Twitter ๐Ÿพ
  • Like our page on Facebook ๐Ÿ‘
  • Subscribe to our newsletter ๐Ÿ“ฎ

Can I hire you guys?

Yes! Visit our homepage or simply leave us a message to hello@epicmax.co. We will be happy to work with you!

License

MIT license.

You canโ€™t perform that action at this time.