Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kevcodez/nuxtjs-typescript-firebase-tailwind-starter

Quickstarter for Nuxt.js and Firebase, including Authentication, Typescript, Tailwind
https://github.com/kevcodez/nuxtjs-typescript-firebase-tailwind-starter

authorization firebase firebase-auth nuxtjs quickstart tailwind tailwindss typescript

Last synced: about 4 hours ago
JSON representation

Quickstarter for Nuxt.js and Firebase, including Authentication, Typescript, Tailwind

Awesome Lists containing this project

README

        

# Quickstarter for Nuxt.js and Firebase

## Setup/Features

* Nuxtjs
* Typescript
* Tailwind
* Auth/Guest middleware
* Login with email and password
* Registration with email and password
* Secured page (requires login)
* Vee-Validate for form validation
* CoreJS 3
* Working composition API

## Configuration

Go to nuxt.config.js and change the firebase settings.

## Pages

### Login

![Login Page](screenshots/Login-Page.png?raw=true "Login Page")

### Registration

![Registration Page](screenshots/Registration-Page.png?raw=true "Registration Page")