<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>vue.js Archives - Timo Ernst</title>
	<atom:link href="https://www.timo-ernst.net/blog/tag/vue-js/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.timo-ernst.net/blog/tag/vue-js/</link>
	<description>Developer • YouTuber • Blogger</description>
	<lastBuildDate>Tue, 01 May 2018 15:37:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.timo-ernst.net/wp-content/uploads/2021/03/cropped-Timo-Ernst-Small-32x32.jpg</url>
	<title>vue.js Archives - Timo Ernst</title>
	<link>https://www.timo-ernst.net/blog/tag/vue-js/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>2018 Framework7 V2 templates for Vue + PhoneGap/Cordova</title>
		<link>https://www.timo-ernst.net/blog/2018/05/01/2018-framework7-v2-templates-for-vue-phonegap-cordova/</link>
					<comments>https://www.timo-ernst.net/blog/2018/05/01/2018-framework7-v2-templates-for-vue-phonegap-cordova/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Tue, 01 May 2018 15:15:32 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[cordova]]></category>
		<category><![CDATA[framwork7]]></category>
		<category><![CDATA[phonegap]]></category>
		<category><![CDATA[vue]]></category>
		<category><![CDATA[vue.js]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=4063</guid>

					<description><![CDATA[<p>There is an older article on this blog about PhoneGap/Cordova templates for VueJS with Framework7 from January 2017, so I thought it&#8217;s time for an update since a lot has happened after one year. F7 had a major upgrade to V2 so all templates had to be brought up to date as well. These are [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2018/05/01/2018-framework7-v2-templates-for-vue-phonegap-cordova/">2018 Framework7 V2 templates for Vue + PhoneGap/Cordova</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2017/05/23/phonegap-day-2017-eu-vlog-episode-02/" rel="bookmark" title="PhoneGap Day 2017 EU | Vlog Episode 02">PhoneGap Day 2017 EU | Vlog Episode 02</a></li>
<li><a href="https://www.timo-ernst.net/blog/2017/01/15/phonegapcordova-templates-for-vuejs-with-framework7/" rel="bookmark" title="PhoneGap/Cordova templates for VueJS with Framework7">PhoneGap/Cordova templates for VueJS with Framework7</a></li>
<li><a href="https://www.timo-ernst.net/blog/2018/05/28/deploy-framework7-apps-to-android-with-phonegap-cordova-beginner-tutorial/" rel="bookmark" title="Deploy Framework7 apps to Android with PhoneGap/Cordova | Beginner Tutorial">Deploy Framework7 apps to Android with PhoneGap/Cordova | Beginner Tutorial</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2018/05/01/2018-framework7-v2-templates-for-vue-phonegap-cordova/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is Vuex?</title>
		<link>https://www.timo-ernst.net/blog/2017/08/10/what-is-vuex/</link>
					<comments>https://www.timo-ernst.net/blog/2017/08/10/what-is-vuex/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Thu, 10 Aug 2017 21:39:01 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[vue.js]]></category>
		<category><![CDATA[vuex]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=3929</guid>

					<description><![CDATA[<p>This is a new video on my ongoing Vuex series on YouTube explaining the core concepts. I know, I know, I already posted two videos about Vuex before but I felt like I dove a little but to fast into the code and kinda missed to explain the basics about the framework. So, here is [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2017/08/10/what-is-vuex/">What is Vuex?</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2017/01/15/log-twitter-api-using-oauth-create-twitter-app-vuejs-framework7-episode-02/" rel="bookmark" title="How to log in to Twitter API using oauth">How to log in to Twitter API using oauth</a></li>
<li><a href="https://www.timo-ernst.net/blog/2017/01/09/tutorial-create-a-twitter-app-with-vuejs-framework7-phonegap-and-webpack-episode-01/" rel="bookmark" title="Tutorial: Create a Twitter app with Vue.js, Framework7 and PhoneGap">Tutorial: Create a Twitter app with Vue.js, Framework7 and PhoneGap</a></li>
<li><a href="https://www.timo-ernst.net/blog/2017/01/30/port-a-vue-js-webapp-to-phonegap-tutorial/" rel="bookmark" title="Port a Vue.js webapp to PhoneGap tutorial">Port a Vue.js webapp to PhoneGap tutorial</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2017/08/10/what-is-vuex/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>My talk at Adobe PGDay EU 2017 about Vue.js and Framework7</title>
		<link>https://www.timo-ernst.net/blog/2017/07/27/video-talk-pgday-eu-2017-vue-js-framework7/</link>
					<comments>https://www.timo-ernst.net/blog/2017/07/27/video-talk-pgday-eu-2017-vue-js-framework7/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Thu, 27 Jul 2017 10:20:43 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[framework7]]></category>
		<category><![CDATA[pgday]]></category>
		<category><![CDATA[phonegap]]></category>
		<category><![CDATA[vue.js]]></category>
		<category><![CDATA[VueJS]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=3899</guid>

					<description><![CDATA[<p>The video recording of my talk at Adobe PGDay EU 2017 is online! :D Thanks to the PhoneGap team for making this available! Make sure to also check out all the other videos from the conference in the playlist below: Building PhoneGap apps with Vue.js and Framework7 Full playlist of the conference</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2017/07/27/video-talk-pgday-eu-2017-vue-js-framework7/">My talk at Adobe PGDay EU 2017 about Vue.js and Framework7</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2018/05/01/2018-framework7-v2-templates-for-vue-phonegap-cordova/" rel="bookmark" title="2018 Framework7 V2 templates for Vue + PhoneGap/Cordova">2018 Framework7 V2 templates for Vue + PhoneGap/Cordova</a></li>
<li><a href="https://www.timo-ernst.net/blog/2017/02/22/will-speak-adobe-phonegap-days-eu-amsterdam/" rel="bookmark" title="I will speak at Adobe PhoneGap Days EU in Amsterdam">I will speak at Adobe PhoneGap Days EU in Amsterdam</a></li>
<li><a href="https://www.timo-ernst.net/blog/2017/05/23/phonegap-day-2017-eu-vlog-episode-02/" rel="bookmark" title="PhoneGap Day 2017 EU | Vlog Episode 02">PhoneGap Day 2017 EU | Vlog Episode 02</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2017/07/27/video-talk-pgday-eu-2017-vue-js-framework7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Understanding Vue.js Reactivity in Depth with Object.defineProperty()</title>
		<link>https://www.timo-ernst.net/blog/2017/07/26/understanding-vue-js-reactivity-depth-object-defineproperty/</link>
					<comments>https://www.timo-ernst.net/blog/2017/07/26/understanding-vue-js-reactivity-depth-object-defineproperty/#comments</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Wed, 26 Jul 2017 12:57:07 +0000</pubDate>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[vue]]></category>
		<category><![CDATA[vue.js]]></category>
		<category><![CDATA[vuex]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=3853</guid>

					<description><![CDATA[<p>I&#8217;m coming from a Java background, so when I started with JavaScript many years ago it kinda felt weird to not have getters and setters but somehow I got used to it and as time went by I began to like it because it lead to much cleaner code compared to thousands of getter/setter lines [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2017/07/26/understanding-vue-js-reactivity-depth-object-defineproperty/">Understanding Vue.js Reactivity in Depth with Object.defineProperty()</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2011/05/18/correct-naming-convention-for-boolean-values-in-hibernate-mapping-files/" rel="bookmark" title="Correct naming convention for boolean values in Hibernate mapping files">Correct naming convention for boolean values in Hibernate mapping files</a></li>
<li><a href="https://www.timo-ernst.net/blog/2012/11/23/proper-javascript-oop-with-inheritance-for-java-developers/" rel="bookmark" title="Proper JavaScript OOP with inheritance for Java developers">Proper JavaScript OOP with inheritance for Java developers</a></li>
<li><a href="https://www.timo-ernst.net/blog/2011/06/08/remove-and-contains-not-working-on-your-java-set/" rel="bookmark" title=".remove() and .contains() not working on your Java set?">.remove() and .contains() not working on your Java set?</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2017/07/26/understanding-vue-js-reactivity-depth-object-defineproperty/feed/</wfw:commentRss>
			<slash:comments>11</slash:comments>
		
		
			</item>
		<item>
		<title>How to use Vuex with Framework7</title>
		<link>https://www.timo-ernst.net/blog/2017/07/24/use-vuex-framework7/</link>
					<comments>https://www.timo-ernst.net/blog/2017/07/24/use-vuex-framework7/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Mon, 24 Jul 2017 21:00:55 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[framework7]]></category>
		<category><![CDATA[vue.js]]></category>
		<category><![CDATA[vuex]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=3847</guid>

					<description><![CDATA[<p>In this new 3-episode video series I will explain what Vuex is, how it works and give an example on how to use it with Framework7. Enjoy! :-) Get the source code here: https://github.com/valnub/Todo-App-Example-with-Vuex-and-Framework7 What is Vuex? Mutators, Actions and Getters Todo App Example Tutorial</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2017/07/24/use-vuex-framework7/">How to use Vuex with Framework7</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2017/02/22/will-speak-adobe-phonegap-days-eu-amsterdam/" rel="bookmark" title="I will speak at Adobe PhoneGap Days EU in Amsterdam">I will speak at Adobe PhoneGap Days EU in Amsterdam</a></li>
<li><a href="https://www.timo-ernst.net/blog/2017/01/09/tutorial-create-a-twitter-app-with-vuejs-framework7-phonegap-and-webpack-episode-01/" rel="bookmark" title="Tutorial: Create a Twitter app with Vue.js, Framework7 and PhoneGap">Tutorial: Create a Twitter app with Vue.js, Framework7 and PhoneGap</a></li>
<li><a href="https://www.timo-ernst.net/blog/2017/08/10/what-is-vuex/" rel="bookmark" title="What is Vuex?">What is Vuex?</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2017/07/24/use-vuex-framework7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PhoneGap Day 2017 EU &#124; Vlog Episode 01</title>
		<link>https://www.timo-ernst.net/blog/2017/05/18/phonegap-day-2017-eu-vlog-episode-01/</link>
					<comments>https://www.timo-ernst.net/blog/2017/05/18/phonegap-day-2017-eu-vlog-episode-01/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Thu, 18 May 2017 09:04:10 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[Amsterdam]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PhoneGap Day]]></category>
		<category><![CDATA[vue.js]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=3803</guid>

					<description><![CDATA[<p>I thought it could be fun to vlog my trip to PGDay 2017 in Amsterdam as well as the conference itself, so with permission from Adobe, here it goes :D</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2017/05/18/phonegap-day-2017-eu-vlog-episode-01/">PhoneGap Day 2017 EU | Vlog Episode 01</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2017/05/23/phonegap-day-2017-eu-vlog-episode-02/" rel="bookmark" title="PhoneGap Day 2017 EU | Vlog Episode 02">PhoneGap Day 2017 EU | Vlog Episode 02</a></li>
<li><a href="https://www.timo-ernst.net/blog/2017/01/30/port-a-vue-js-webapp-to-phonegap-tutorial/" rel="bookmark" title="Port a Vue.js webapp to PhoneGap tutorial">Port a Vue.js webapp to PhoneGap tutorial</a></li>
<li><a href="https://www.timo-ernst.net/blog/2017/01/15/phonegapcordova-templates-for-vuejs-with-framework7/" rel="bookmark" title="PhoneGap/Cordova templates for VueJS with Framework7">PhoneGap/Cordova templates for VueJS with Framework7</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2017/05/18/phonegap-day-2017-eu-vlog-episode-01/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Build a chat app in 20 minutes</title>
		<link>https://www.timo-ernst.net/blog/2017/03/20/build-chat-app-20-minutes/</link>
					<comments>https://www.timo-ernst.net/blog/2017/03/20/build-chat-app-20-minutes/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Mon, 20 Mar 2017 18:21:20 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[cordova]]></category>
		<category><![CDATA[framework7]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[phonegap]]></category>
		<category><![CDATA[vue.js]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=3681</guid>

					<description><![CDATA[<p>In this video screencast I will teach you how to create a chat app for iOS and Android with the power of Vue.js, Framework7 and PhoneGap in only 20 minutes. Source code can be downloaded on Github If you want you can try out the demo first here Click the image below to watch the [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2017/03/20/build-chat-app-20-minutes/">Build a chat app in 20 minutes</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2017/01/15/log-twitter-api-using-oauth-create-twitter-app-vuejs-framework7-episode-02/" rel="bookmark" title="How to log in to Twitter API using oauth">How to log in to Twitter API using oauth</a></li>
<li><a href="https://www.timo-ernst.net/blog/2018/12/05/build-a-calendar-in-5-mins-with-html-and-framework7-video-tutorial/" rel="bookmark" title="Build a Calendar in 5 mins with HTML and Framework7 | Video Tutorial">Build a Calendar in 5 mins with HTML and Framework7 | Video Tutorial</a></li>
<li><a href="https://www.timo-ernst.net/blog/2019/01/03/build-the-snake-game-for-browsers-with-html-and-javascript-tutorial/" rel="bookmark" title="Build the Snake Game for Browsers with HTML and JavaScript Tutorial">Build the Snake Game for Browsers with HTML and JavaScript Tutorial</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2017/03/20/build-chat-app-20-minutes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
