Warning: Trying to access array offset on value of type bool in /home/u171050707/domains/qcode.in/public_html/wp-content/plugins/postman-smtp/Postman/PostmanOAuthToken.php on line 45

Warning: Trying to access array offset on value of type bool in /home/u171050707/domains/qcode.in/public_html/wp-content/plugins/postman-smtp/Postman/PostmanOAuthToken.php on line 46

Warning: Trying to access array offset on value of type bool in /home/u171050707/domains/qcode.in/public_html/wp-content/plugins/postman-smtp/Postman/PostmanOAuthToken.php on line 47

Warning: Trying to access array offset on value of type bool in /home/u171050707/domains/qcode.in/public_html/wp-content/plugins/postman-smtp/Postman/PostmanOAuthToken.php on line 48
desktop app Archives - QCode
Convert-Vue.js-app-to-Native-desktop-app-using-Electron

Convert Vue.js app to Native desktop app using Electron

In this post I am going to convert our Vue.js QReader app we build earlier into a native desktop app using Electron, gone are the days when if you wanted to create an app for a desktop you needed to know languages like C++, .Net or Objective C. With tools like electron you can build a fully native and cross platform for desktops using your web skills JavaScript, HTML & CSS. Let’s get started with some intro about Electron.

Continue reading…