Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kevcodez/nuxtjs-typescript-firebase-tailwind-starter
- Owner: kevcodez
- Created: 2020-06-28T18:26:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:15:06.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T14:42:27.750Z (6 months ago)
- Topics: authorization, firebase, firebase-auth, nuxtjs, quickstart, tailwind, tailwindss, typescript
- Language: Vue
- Homepage:
- Size: 4.78 MB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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")