<?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>vue3 Archives - blog.icod.de</title>
	<atom:link href="https://blog.icod.de/tag/vue3/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.icod.de/tag/vue3/</link>
	<description>Webentwicklung und sonstiger Unsinn :) Web development and other nonsense :)</description>
	<lastBuildDate>Tue, 11 Nov 2025 04:55:02 +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://blog.icod.de/wp-content/uploads/2017/04/darko-luketic-foto.256x256-150x150.jpg</url>
	<title>vue3 Archives - blog.icod.de</title>
	<link>https://blog.icod.de/tag/vue3/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>The stupidity and ambiguitiy of Vue</title>
		<link>https://blog.icod.de/2022/04/01/the-stupidity-and-ambiguitiy-of-vue/</link>
					<comments>https://blog.icod.de/2022/04/01/the-stupidity-and-ambiguitiy-of-vue/#respond</comments>
		
		<dc:creator><![CDATA[Darko Luketic]]></dc:creator>
		<pubDate>Fri, 01 Apr 2022 15:14:48 +0000</pubDate>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[vue3]]></category>
		<guid isPermaLink="false">https://blog.icod.de/?p=1726</guid>

					<description><![CDATA[<p>Rant mode: Which idiots name template references &#8220;ref&#8221; and then name essentially all composition api variables &#8220;ref()&#8221; as well!?! YEAH GOOD FUCKING JOB VUE DEVELOPER IDIOTS It makes searching for answer so much more fucking frustrating! Fucking idiots.</p>
<p>The post <a href="https://blog.icod.de/2022/04/01/the-stupidity-and-ambiguitiy-of-vue/">The stupidity and ambiguitiy of Vue</a> appeared first on <a href="https://blog.icod.de">blog.icod.de</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.icod.de/2022/04/01/the-stupidity-and-ambiguitiy-of-vue/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The way is clear for Vue 3 with Keycloak</title>
		<link>https://blog.icod.de/2021/11/16/the-way-is-clear-for-vue-3-with-keycloak/</link>
					<comments>https://blog.icod.de/2021/11/16/the-way-is-clear-for-vue-3-with-keycloak/#respond</comments>
		
		<dc:creator><![CDATA[Darko Luketic]]></dc:creator>
		<pubDate>Tue, 16 Nov 2021 17:33:35 +0000</pubDate>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[keycloak]]></category>
		<category><![CDATA[vue3]]></category>
		<guid isPermaLink="false">https://blog.icod.de/?p=1625</guid>

					<description><![CDATA[<p>Since Pull Request 116 of dsb-norge/vue-keycloak-js today Keycloak works well with Vue 3. This is great news because you can now use Quasar v2, which uses vue 3 under the hood for your authentication purposes. If you missed the post on how to integrate keycloak with Quasar v1 and v2, click the link to read&#8230;</p>
<p>The post <a href="https://blog.icod.de/2021/11/16/the-way-is-clear-for-vue-3-with-keycloak/">The way is clear for Vue 3 with Keycloak</a> appeared first on <a href="https://blog.icod.de">blog.icod.de</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.icod.de/2021/11/16/the-way-is-clear-for-vue-3-with-keycloak/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Keycloak-js client with Quasar (now updated for v2)</title>
		<link>https://blog.icod.de/2021/02/25/keycloak-js-client-with-quasar/</link>
					<comments>https://blog.icod.de/2021/02/25/keycloak-js-client-with-quasar/#comments</comments>
		
		<dc:creator><![CDATA[Darko Luketic]]></dc:creator>
		<pubDate>Thu, 25 Feb 2021 09:51:10 +0000</pubDate>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[keycloak]]></category>
		<category><![CDATA[vue2]]></category>
		<category><![CDATA[vue3]]></category>
		<guid isPermaLink="false">https://blog.icod.de/?p=1540</guid>

					<description><![CDATA[<p>So you&#8217;d like to use openid-connect (oidc), especially keycloak (kc) in your Quasar app. There&#8217;s a package, @dsb-norge/vue-keycloak-js . I&#8217;d recommend you fork it and create your own version with the keycloak-js version that matches your Keycloak server. However it also works with just the version used in this git repository. The git repository is&#8230;</p>
<p>The post <a href="https://blog.icod.de/2021/02/25/keycloak-js-client-with-quasar/">Keycloak-js client with Quasar (now updated for v2)</a> appeared first on <a href="https://blog.icod.de">blog.icod.de</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.icod.de/2021/02/25/keycloak-js-client-with-quasar/feed/</wfw:commentRss>
			<slash:comments>11</slash:comments>
		
		
			</item>
		<item>
		<title>vue dev server with nginx</title>
		<link>https://blog.icod.de/2021/02/10/vue-dev-server-with-nginx/</link>
					<comments>https://blog.icod.de/2021/02/10/vue-dev-server-with-nginx/#respond</comments>
		
		<dc:creator><![CDATA[Darko Luketic]]></dc:creator>
		<pubDate>Wed, 10 Feb 2021 01:56:49 +0000</pubDate>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[vue2]]></category>
		<category><![CDATA[vue3]]></category>
		<guid isPermaLink="false">https://blog.icod.de/?p=1537</guid>

					<description><![CDATA[<p>The Nginx conf is the same for any sock-js site. It can be used for Vue and Angular and Svelte, not sure about React but I&#8217;d guess it uses sock-js as well. My dev domain is qxdsladmin.local in this example. /etc/nginx/conf.d/qxdsladmin.local.conf [crayon-69c8a962ae0d4047395608/] This location ~ ^/api/v1/.* is a mountpoint for the backend http api, which&#8230;</p>
<p>The post <a href="https://blog.icod.de/2021/02/10/vue-dev-server-with-nginx/">vue dev server with nginx</a> appeared first on <a href="https://blog.icod.de">blog.icod.de</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.icod.de/2021/02/10/vue-dev-server-with-nginx/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
