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

    SSR app configuration

    Framework
    1
    1
    63
    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.
    • H
      hosseiny last edited by hosseiny

      Salamu alaykum,
      first thanks for the effort put in a really great framework 🙂
      I’m currently building a SSR + PWA app, and I was wondering:

      1. how to tell Quarsar what my dynamic routes are so it can ssr them?
        for eg:
        {
          path: "/blogs",
          component: () => import("pages/blogs.vue"),
          children: [{ path: "/:blog", component: () => import("pages/blog.vue") }]
        }
      
      1. How do I prefix a route, so if I’m in blogs/:blog for example and I want to change the language ie: /ar/blogs/blog do you provide a certain way to prefix the route or do I do it manually?

      thanks.

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