<?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>vue2 Archives - blog.icod.de</title>
	<atom:link href="https://blog.icod.de/tag/vue2/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.icod.de/tag/vue2/</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>vue2 Archives - blog.icod.de</title>
	<link>https://blog.icod.de/tag/vue2/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>vuetify v-text-field validation if length 0 and length greater than x</title>
		<link>https://blog.icod.de/2021/11/30/vuetify-v-text-field-validation-if-length-0-and-length-greater-than-x/</link>
					<comments>https://blog.icod.de/2021/11/30/vuetify-v-text-field-validation-if-length-0-and-length-greater-than-x/#respond</comments>
		
		<dc:creator><![CDATA[Darko Luketic]]></dc:creator>
		<pubDate>Tue, 30 Nov 2021 14:06:47 +0000</pubDate>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[vue2]]></category>
		<category><![CDATA[vuetify]]></category>
		<guid isPermaLink="false">https://blog.icod.de/?p=1635</guid>

					<description><![CDATA[<p>Playing with vuetify in this project I came across v-text-field and the validation. The documentation shows only very little information in that regard and if you need more conditional validation, how would you do that? Say you have v-text-field in your template [crayon-69c8a965de560500834198/] and you&#8217;d like the fail condition to trigger when the field has&#8230;</p>
<p>The post <a href="https://blog.icod.de/2021/11/30/vuetify-v-text-field-validation-if-length-0-and-length-greater-than-x/">vuetify v-text-field validation if length 0 and length greater than x</a> appeared first on <a href="https://blog.icod.de">blog.icod.de</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.icod.de/2021/11/30/vuetify-v-text-field-validation-if-length-0-and-length-greater-than-x/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-69c8a965de787744582817/] 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>
