Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 555 Bytes

File metadata and controls

28 lines (19 loc) · 555 Bytes

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

Registration

Registration Page