Vue Paper Dashboard [![version][version-badge]][CHANGELOG] [![license][license-badge]][LICENSE]
Admin dashboard based on paper dashboard UI template + vue-router
This project is a vue version of Paper-dashboard designed for vue js.The dashboard includes vue-router and vuex
Check the Live Demo here.

Documentation
Link to Documentation
Build Setup
install dependencies
npm install
serve with hot reload at localhost:8080
npm run dev
build for production with minification
npm run build
run unit tests
npm run unit
run and watch unit tests
npm run unit:watch
Contribution guide
npm installoryarn install- If you use 3rd party libraries/components in more than 1 place make sure to define them globally for ease of use
Example
js Object.defineProperty(Vue.prototype, '$Chartist', { get() { return Chartist; } }); - Please don't use jQuery or jQuery based plugins since there are many pure Vue alternatives
- Write unit tests for your custom components. See fgInput.spec and paper-table.spec
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
[CHANGELOG]: ./CHANGELOG.md [LICENSE]: ./LICENSE.md [version-badge]: https://img.shields.io/badge/version-1.0.0-blue.svg [license-badge]: https://img.shields.io/badge/license-MIT-blue.svg

Log in or sign up for Devpost to join the conversation.