Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gentritabazi/vuejs-adminkit-starter

Admin Kit Dashboard Starter In Vue Js.
https://github.com/gentritabazi/vuejs-adminkit-starter

adminkit-vuejs bootstrap5 vue-fontawesome vue-router vue-structure vuejs

Last synced: about 1 month ago
JSON representation

Admin Kit Dashboard Starter In Vue Js.

Awesome Lists containing this project

README

        

### Introduction

This project is a starter that helps you start your next project on VueJS, 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.
- Axios Interceptors.
- [Admin Kit](https://github.com/adminkit/adminkit) included.

![preview.png](preview.png)

### Installation

```console
npm install
cp .env.example .env
npm run serve
```