davidroyer / nuxt-fbauth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt.js Firebase Auth - SSR Version

This is an example of using Nuxt.js in SPA mode with Firebase Authentication

Live Demo

Blog Article - Part 1 - Overview

alt text

More Info Soon... var links = document.links;

for (var i = 0, linksLength = links.length; i < linksLength; i++) { if (links[i].hostname != window.location.hostname) { links[i].target = '_blank'; } }

About


Languages

Language:Vue 61.5%Language:JavaScript 33.5%Language:CSS 5.0%