Short description and usage

Vue Paper Dashboard is a beautiful resource built over Bootstrap and Vue. It will help you get started developing dashboards in no time. Vue Paper Dashboard is a Vue ported version of the Original Paper Dashboard. Using the Dashboard is pretty simple but requires basic knowledge of Javascript, Vue and Vue-Router.

Vue Paper Dashboard was coded by Cristi Jora and the design was made by Creative Tim.

Getting started

Vue Paper Dashboard is built on top of Bootstrap 4, Vue and Vue-router and Vue CLI 3. To get started do the following steps:

  1. Clone or download the Project
  2. Make sure you have node.js installed
  3. Type npm install in the source folder where package.json is located
  4. Type npm run dev to start the development server

The repo uses vue-cli scaffolding which takes care of the development setup with webpack and all the necessary modern tools to make web development faster and easier.

Npm tasks:

  • npm run dev - starts a development server on localhost:8080 with live-reload
  • npm run build - builds the app for production with javascript minification and versioning