Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gentritabazi/vuejs-soft-ui-starter
- Owner: gentritabazi
- Created: 2021-04-15T20:58:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T20:35:16.000Z (about 1 year ago)
- Last Synced: 2024-11-29T03:45:55.890Z (about 1 month ago)
- Topics: bootstrap5, vue, vue-bootstrap, vue-loader, vue-router, vue3, vuex
- Language: CSS
- Homepage:
- Size: 1.27 MB
- Stars: 57
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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
```