Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gentritabazi/vuejs-soft-ui-starter

🍏 Soft UI Dashboard Starter Kit In Vue Js.
https://github.com/gentritabazi/vuejs-soft-ui-starter

bootstrap5 vue vue-bootstrap vue-loader vue-router vue3 vuex

Last synced: about 1 month ago
JSON representation

🍏 Soft UI Dashboard Starter Kit 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.
- [Soft UI](https://github.com/creativetimofficial/soft-ui-dashboard) included.
- [vue-notification](https://github.com/dafcoe/vue-notification) included.

![preview.png](preview.jpeg)

### Requirements

Node Version: >=14.x.

### Installation

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