Skip to content

Latest commit

 

History

History
executable file
·
29 lines (21 loc) · 1.29 KB

File metadata and controls

executable file
·
29 lines (21 loc) · 1.29 KB

Admin dashboard based on paper dashboard UI template + vue-router

This project is a vue version of Light bootstrap dashboard PRO designed for vue js. The dashboard includes Bootstrap 4, vue-router, chartist, google-maps and several other plugins/components.

Check the Live Demo here.

☁️ Build Setup

install dependencies

npm install

serve with hot reload at localhost:8000

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

For detailed explanation on how things work, checkout the guide and docs for vue-loader.