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
The Vue3 Composition API has been used throughout this project.
You can add and remove users from your group and set their access level within your group.
Switch between the groups you have access to without needing to log-out
Chart.js has been installed an examples can be found in ./src/views/Dashboard.vue