Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gentritabazi/vuejs-adminkit-starter
- Owner: gentritabazi
- Created: 2021-04-15T08:29:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T20:35:13.000Z (about 1 year ago)
- Last Synced: 2024-11-29T03:45:55.591Z (about 1 month ago)
- Topics: adminkit-vuejs, bootstrap5, vue-fontawesome, vue-router, vue-structure, vuejs
- Language: CSS
- Homepage:
- Size: 882 KB
- Stars: 10
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```