/admin-dashboard-template

📌 VueJS template for an admin dashboard

Primary LanguageVue

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.