Software Alternatives & Reviews

Encrypt Static Nuxt Site

Vue.js Nuxt.js Firebase Authentication
  1. 1
    Reactive Components for Modern Web Interfaces
    Pricing:
    • Open Source
    I am a really big fan of Vue, but I really like developing with it using Nuxt. I especially like the auto-routing based on your directory structure, the auto-importing components, and a lot of other awesome modules that are easy to incorporate. This would have been a lot easier project to set up if I just created a Vue project, but I like developing with Nuxt so much that I went through some extra hassle with the setup that I want to share with others. Keep in mind, this is not the cleanest or best solution, and there is room for improvements. So if you find a better way of implementing it, let me know in the comments.

    #Front-End Frameworks #Javascript UI Libraries #JS Library 341 social mentions

  2. Nuxt.js presets all the configuration needed to make your development of a Vue.js application enjoyable. It's a perfect static site generator.
    I am a really big fan of Vue, but I really like developing with it using Nuxt. I especially like the auto-routing based on your directory structure, the auto-importing components, and a lot of other awesome modules that are easy to incorporate. This would have been a lot easier project to set up if I just created a Vue project, but I like developing with Nuxt so much that I went through some extra hassle with the setup that I want to share with others. Keep in mind, this is not the cleanest or best solution, and there is room for improvements. So if you find a better way of implementing it, let me know in the comments.

    #Static Site Generators #Developer Tools #Javascript UI Libraries 149 social mentions

  3. Application and Data, Application Utilities, and User Management and Authentication
    My next stop was looking at Firebase Authentication. This is pretty sweet, and is designed for JAMStack sites like what I was building. However, the more I thought about it, the authentication wouldn't protect my static content. Firebase Authentication will only protect the content stored in Firebase, such as Firestore or RealtimeDB. So my static HTML code could still be accessed by someone who really wanted to get the data.

    #Identity Provider #Identity And Access Management #SSO 47 social mentions

Discuss: Encrypt Static Nuxt Site

Log in or Post with