Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anthonybudd/vuetify3-saas-template

A minimal SaaS boilerplate built using Vuetify3.
https://github.com/anthonybudd/vuetify3-saas-template

Last synced: 6 days ago
JSON representation

A minimal SaaS boilerplate built using Vuetify3.

Awesome Lists containing this project

README

        

# Vuetify 3 SaaS Template



A minimal SaaS template built using Vuetify 3. This project was built to work out of the box with [AnthonyBudd/Express-TS-API-Template](https://github.com/anthonybudd/express-ts-api-template) as the backend.

- 🔐 Login, Sign-up, ForgotPassword
- 📈 Dashboard
- 👥 Manage Account/Group
- 💾 CRUD Model Example

```sh
git clone [email protected]:anthonybudd/Vuetify3-SaaS-Template.git
cd Vuetify3-SaaS-Template
cp .env.example .env
npm i
npm run dev

open http://localhost:3000 # [email protected] / Password@1234
```

## Features

#### Vue3 Composition API
The Vue3 Composition API has been used throughout this project.

#### Group Admin
You can add and remove users from your group and set their access level within your group.

#### Group Switching
Switch between the groups you have access to without needing to log-out

#### Chart.js
Chart.js has been installed an examples can be found in [./src/views/Dashboard.vue](./src/views/Dashboard.vue)