https://github.com/anthonybudd/vuetify3-saas-template
A minimal SaaS boilerplate built using Vuetify3.
https://github.com/anthonybudd/vuetify3-saas-template
Last synced: 8 months ago
JSON representation
A minimal SaaS boilerplate built using Vuetify3.
- Host: GitHub
- URL: https://github.com/anthonybudd/vuetify3-saas-template
- Owner: anthonybudd
- Created: 2022-08-30T20:44:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T20:09:23.000Z (over 1 year ago)
- Last Synced: 2025-02-12T21:24:14.912Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 7.68 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 git@github.com:anthonybudd/Vuetify3-SaaS-Template.git
cd Vuetify3-SaaS-Template
cp .env.example .env
npm i
npm run dev
open http://localhost:3000 # user@example.com / 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)
