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

    can not use any electron renderer api in quasar

    Starter Kits
    1
    1
    917
    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.
    • L
      lichnow last edited by

      because of quasar build be a spa page and then use electron wrapper build a app.so it cant’s use any remote electron api of renderer,like this

      import webFrame from 'electron'
      webFrame.setVisualZoomLevelLimits(1, 1)
      

      and set webpack config output.libraryTarget = 'commonjs2',it will work.but many other electron renderer features integration with vue is a large project.An exist perfect project integration of vue and electron is electron-vue, But my app has developed by quasar…

      So,the quasar team have any plan to perfect integration of vue and electron?or quasar will use electron-vue instead of quasar 's default electron wrapper?

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