Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 952 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 952 Bytes

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

This project is a Laravel Vue version of Paper-dashboard designed for Laravel VueJs developers.The dashboard includes vue-router and vuex

Check the Live Demo here.

#Setup

composer install         #to install Laravel and third party packages
cp .env.example .env     #to configure installation
php artisan key:generate #to generate unique key for the project
npm install              #to install npm dependencies
npm run dev              #to build app.js with laravel mix
php artisan serve        #to serve application on localhost:8000

Nuxt Version