<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Antonio</title>
    <description>The latest articles on DEV Community by Antonio (@a133xz).</description>
    <link>https://dev.to/a133xz</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F106167%2Ffe0512c6-a792-4a5d-af5c-84f546636cb8.jpg</url>
      <title>DEV Community: Antonio</title>
      <link>https://dev.to/a133xz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/a133xz"/>
    <language>en</language>
    <item>
      <title>Electron meets Vue.js 3 and Parcel.js 2</title>
      <dc:creator>Antonio</dc:creator>
      <pubDate>Thu, 24 Mar 2022 20:06:56 +0000</pubDate>
      <link>https://dev.to/a133xz/electron-meets-vuejs-3-and-parceljs-2-402j</link>
      <guid>https://dev.to/a133xz/electron-meets-vuejs-3-and-parceljs-2-402j</guid>
      <description>&lt;p&gt;It’s easy to build a desktop app through Electron. But if you need state management or interesting views, it can get complicated. &lt;/p&gt;

&lt;p&gt;If you search for boilerplates with Electron + React or Vue, you’ll find that many of them have added complexity that isn’t needed for building a small app.  That’s why I created &lt;strong&gt;this boilerplate with the basic features, which you can find on Github.&lt;/strong&gt; &lt;/p&gt;

&lt;h3&gt;
  
  
  Why this three technologies
&lt;/h3&gt;

&lt;p&gt;It was a no-brainer for me to use these technologies: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Vue.js&lt;/strong&gt; as the front end framework. When it comes to building a UI, it doesn’t get much simpler.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Electron.&lt;/strong&gt; Used in many of the apps we use daily. (It’s bananas that it’s just javascript.)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Parcel&lt;/strong&gt;. My go-to building tool. It just works. Perfectly.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And like everything, it wasn't all plain sailing. Putting together an app when Vue.js 3 and Parcel 2 were in their early stage versions was challenging at times but that led me to learn even more about the three technologies.&lt;/p&gt;

&lt;p&gt;I’ve written detailed documentation in the Readme, including folder structure, how to make a release, and how the events works in Electron.&lt;/p&gt;

&lt;h3&gt;
  
  
  Real world example
&lt;/h3&gt;

&lt;p&gt;The motivation for this project came from my friends complaining about the HEIC format of iPhone photos. I decided to create a simple program to convert HEIC files to PNG/JPG, and this is where this boilerplate becomes handy. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--48fO9w7p--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/803a5417m91q50mdno1o.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--48fO9w7p--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/803a5417m91q50mdno1o.gif" alt="the app" width="600" height="338"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The app is &lt;strong&gt;free to&lt;/strong&gt; &lt;strong&gt;download&lt;/strong&gt; and the code is on Github. &lt;/p&gt;

&lt;p&gt;My first article 🥳 🎉&lt;/p&gt;

</description>
      <category>vue</category>
      <category>electron</category>
      <category>parceljs</category>
    </item>
  </channel>
</rss>
