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

    quasar on top of vue feathers primus nedb stack

    Starter Kits
    4
    5
    2733
    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.
    • D
      dgk last edited by dgk

      For an app I’m working on I am using feathers with sockets (primus) and http rest and nedb as the persistent store. The new feathers cli generates a nice starter for that.

      I supposed I could just make a client folder and then generate a quasar app in there. That would give me two separate apps and builds with quasar front end being a separate build.

      I found this repo I can use as a “starter” https://github.com/kieusonlam/vue-feathers-wepack. It has as client folder that contains all the vue code but merges the webpack configs into a single build folder with a single package.json and npm scripts

      Just looking for some advice on how to get a quasar starter (client side) integrated into a feathers backend, either into this repo I found above or something from scratch (merging webpack builds/ npm scripts?)

      Anyone have suggestions or some insight from a similar starter they have done.

      1 Reply Last reply Reply Quote 0
      • rstoenescu
        rstoenescu Admin last edited by

        @dgk Hi, sorry for the late reply. It’s difficult to give a straightforward response. Having backend and frontend in same starter kit is not a focus for Quasar, as Quasar is pure frontend. What I’d suggest is merging the two starter kits, although it will be extremely hard since. Furthermore they use Webpack1 and we switched to Webpack 2… This will require a lot of thought.

        1 Reply Last reply Reply Quote 1
        • L
          luc.claustres last edited by

          Some update on this that might be usefull : https://github.com/claustres/quasar-feathers-tutorial

          1 Reply Last reply Reply Quote 1
          • D
            dgk last edited by

            YES @luc-claustres that was SUPER useful. Anyone reading this thread just head to the link. I’ve already got the quasar frontend and feathers backend running and have started coding. Love the open source community. Just wait a months and likely your requests will be answered

            1 Reply Last reply Reply Quote 0
            • D
              dpamio last edited by

              @luc-claustres your repos are awesome! The only thing I miss to have the full story is the use of vuex and feathers-vuex 🙂

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