Vue-Mazer-Dashboard

This is Mazer Dashboard in Vue Js.

The project is helpful to start your next project, as it provides a lot of the common tools you may reach for, all ready to go.

Features

  • Vue Router Included.
  • Vuex.
  • Bootstrap 5.
  • Modules/Components organized across folders.
  • Base pages (like Dashboard/404 etc).
  • Pre-configured with code quality tools: Prettier, Jest, etc.
  • Mazer UI included.
  • Axios Interceptors.
  • Notifcations.

Installation

npm install
cp .env.example .env
npm run dev