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
    1. Home
    2. jcesar
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 1
    • Groups 0

    jcesar

    @jcesar

    1
    Reputation
    246
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jcesar Follow

    Best posts made by jcesar

    • plugin vue-apollo in quasar 0.15.1

      Hello,
      I managed to configure vue-apollo manually, modifying the entry.js file but every time I modified the quasar.conf.js file it eliminated the apolloProvider

      import apolloProvider from ‘src / plugins / apolloProvider’

      const app = {
         the: ‘# q-app’,
         router,
         provide: apolloProvider.provide (),
      store,
         … App
      }

      posted in Starter Kits
      J
      jcesar

    Latest posts made by jcesar

    • create installer electron

      I can build my application in the electron using quasar.js with the command quasar build -m electron -t ios and generate a folder with the executable. How do I create the installer for Windows?

      posted in Starter Kits
      J
      jcesar
    • RE: plugin vue-apollo in quasar 0.15.1

      thanks thank you very much helped me a lot

      posted in Starter Kits
      J
      jcesar
    • plugin vue-apollo in quasar 0.15.1

      Hello,
      I managed to configure vue-apollo manually, modifying the entry.js file but every time I modified the quasar.conf.js file it eliminated the apolloProvider

      import apolloProvider from ‘src / plugins / apolloProvider’

      const app = {
         the: ‘# q-app’,
         router,
         provide: apolloProvider.provide (),
      store,
         … App
      }

      posted in Starter Kits
      J
      jcesar