• @ajz
    link
    1
    edit-2
    2 years ago

    deleted by creator

    • Werwolf
      link
      23 years ago

      It isn’t necessary to use JS to build a website

    • @AgreeableLandscapeM
      link
      2
      edit-2
      3 years ago

      Nuxt.js exists to pre-render Vue, allowing whatever static content is on the site to be displayed without enabling client side JS. It can either do this with SSR or at compile time. The latter is what I’m currently doing to make a Vue-based site work without JS enabled.