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'; } }