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:
- Clone or download the Project
- Make sure you have node.js installed
- Type
npm install
in the source folder wherepackage.json
is located - 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 onlocalhost:8080
with live-reloadnpm run build
- builds the app for production with javascript minification and versioning