/Vuetify3-SaaS-Template

A minimal SaaS boilerplate built using Vuetify3.

Primary LanguageVue

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 as the backend.

  • 🔐 Login, Sign-up, ForgotPassword
  • 📈 Dashboard
  • 👥 Manage Account/Group
  • 💾 CRUD Model Example
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