sing-app-vue-dashboard

Sing App Vue Dashboard - free and open source admin dashboard.

Responsive admin dashboard template built with Vue.js and Bootstrap 4. Developed with ❤️ by Flatlogic. If you love our project please star ⭐️ our repo!

This dashboard is a small version of our Sing App Vue Full. There are all ready-to-use components, that are in full version. It is built on the top of vue-cli-3, so it well supported along the web. You can easy customize template by changing SCSS variables. All paddings and colors are in _variables.scss file.

Features

Using this template you will be able to leverage lots of built-in components and thus focus on building features that set you apart from competitors rather than bulding everything from scratch. Lite version of a Sing-app includes following features and pages:

  • Bootstrap 4+ & SCSS
  • Responsive layout
  • Simple login / logout
  • Styled Bootstrap components like buttons, modals, etc

Pages

We have implemented some basic pages, so you can see our template in action.

  • Dashboard sample
  • Typography
  • Tables
  • Notifications
  • Charts
  • Icons
  • Maps
  • Hover sidebar
  • Chat
  • Login

Instalation

  1. Clone repository
git clone https://github.com/flatlogic/sing-app-vue-dashboard
  1. Get in the project folder
cd sing-app-vue-dashboard
  1. Install dependencies via npm or yarn
npm install
yarn install

Quick start

Run development server

yarn run serve

GitHub