https://github.com/lhsazevedo/vuetify-material-auth
A work-in-progress Google like login example using vuetify
https://github.com/lhsazevedo/vuetify-material-auth
login-forms material-design vue vuetify
Last synced: 4 months ago
JSON representation
A work-in-progress Google like login example using vuetify
- Host: GitHub
- URL: https://github.com/lhsazevedo/vuetify-material-auth
- Owner: lhsazevedo
- License: mit
- Created: 2020-01-28T03:48:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:50:14.000Z (over 3 years ago)
- Last Synced: 2025-04-28T19:57:16.004Z (about 1 year ago)
- Topics: login-forms, material-design, vue, vuetify
- Language: Vue
- Homepage: https://vuetify-material-auth.vercel.app
- Size: 1.95 MB
- Stars: 26
- Watchers: 4
- Forks: 8
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vuetify Material Auth
A work-in-progress Google like auth example using vuetify
## Introduction
This project is a simple demonstration of how to create a Google like, router based, multi step login form using [Vue](https://vuejs.org/) and [Vuetify](https://vuetifyjs.com/en/).
## Features and Roadmap
- [x] Sign in flow
- [ ] Sign up flow
- [ ] Username recovery flow
- [ ] Password recovery flow
- [ ] Internationalization
## See it in action
Demo: https://vuetify-material-auth.vercel.app
## Project setup
```
npm install
npm run serve
```