Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/anthonybudd/vuetify3-saas-template
- Owner: anthonybudd
- Created: 2022-08-30T20:44:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T14:49:41.000Z (5 months ago)
- Last Synced: 2024-11-07T16:11:59.744Z (about 2 months 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 [email protected]:anthonybudd/Vuetify3-SaaS-Template.git
cd Vuetify3-SaaS-Template
cp .env.example .env
npm i
npm run devopen 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)