No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Building static marketing landing page

    Help
    3
    5
    1109
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • I
      iRomain last edited by

      I am building a stack for other startups to use. My aim is to make it as simple as possible to dive in.

      Design: Figma Material Baseline Design Kit
      App: Quasar 🎉
      Landing page: Hugo + MDC ?

      For a landing page, I don’t need a SPA and all the fancy stuff Quasar has to offer. I prioritize speed and SEO over anything else. I think that a static site generator such as Hugo would be a perfect fit.

      However, I would like something as close as possible to Quasar’s style so I could apply easily the same styles designed in Figma and already applied in the Quasar app.

      I believe my best bet is to use Material components: This is maintained by the Material Design team, so it should always be inline/ahead of what Quasar is doing. There might only be some minor differences with Quasar’s implementation of Material Design.

      Any thoughts?

      1 Reply Last reply Reply Quote 1
      • s.molinari
        s.molinari last edited by s.molinari

        Quasar is based on Material design. All you need to do is change the colors as you want them, add a logo and off you go!

        Scott

        I 1 Reply Last reply Reply Quote 0
        • I
          iRomain @s.molinari last edited by iRomain

          @s-molinari Sorry, I have not been clear enough.

          For a SaaS application, I use Quasar and I know how to style it.
          This post concerns the marketing site (the website where I present my app’s features, pricing, tutorials, etc.)

          My questions are basically:

          • Would you use quasar for a marketing site (where SEO is paramount and SPA functionality is not needed) ?
          • If not, what do/would you use? (I am thinking of Hugo)
          • I would like to keep a good design consistency between the marketing site and the Quasar app, so I figured I should use Material Design there as well. Anybody has experience or anything to say about the Material web components library?
          s.molinari dobbel 2 Replies Last reply Reply Quote 0
          • s.molinari
            s.molinari @iRomain last edited by s.molinari

            @iRomain said in Building static marketing landing page:

            Would you use quasar for a marketing site (where SEO is paramount and SPA functionality is not needed) ?

            Yes. You can use the SSR and Meta plugin features of Quasar for this.

            If not, what do/would you use? (I am thinking of Hugo)

            You could also do PWA with SSR. Our docs site is done this way, meaning it is also viewable offline.

            I would like to keep a good design consistency between the marketing site and the Quasar app, so I figured I should use Material Design there as well. Anybody has experience or anything to say about the Material web components library?

            I can’t help you much here, as I’m a lousy designer. 😊

            Scott

            1 Reply Last reply Reply Quote 0
            • dobbel
              dobbel @iRomain last edited by

              @iRomain

              marketing site with quasar:

              • For a faster first load time you can use quasar’s ssr( + pwa optionaly) mode instead of spa. (just like the quasar’s doc site)

              • Or you could try quasar’s ssg plugin(beta): https://github.com/freddy38510/quasar-app-extension-ssg

              1 Reply Last reply Reply Quote 1
              • First post
                Last post