An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



Logo

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
```