Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

📌 VueJS template for an admin dashboard

Notifications You must be signed in to change notification settings

BecauseOfProg/admin-dashboard-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard template

This repository contains a template of a dashboard made of VueJS and Vuetify.

Setup

Make sure you have NodeJS 10 or newer installed. Then, clone the repository on your computer, and install the dependencies :

npm install
yarn install

Scripts

Compiles and hot-reloads for development :

npm run serve
yarn serve

Compiles and minifies for production :

npm run build
yarn build

Lints and fixes files :

npm run lint
yarn lint

Customize configuration

See Configuration Reference.

Releases

No releases published

Packages

No packages published