<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.bzz.ch/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.bzz.ch/feed.php">
        <title>BZZ - Modulwiki - en:modul:m291:learningunits:lu05:theorie</title>
        <description></description>
        <link>https://wiki.bzz.ch/</link>
        <image rdf:resource="https://wiki.bzz.ch/_media/wiki/logo.png" />
       <dc:date>2026-04-28T12:47:37+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.bzz.ch/en/modul/m291/learningunits/lu05/theorie/01?rev=1737550722&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bzz.ch/en/modul/m291/learningunits/lu05/theorie/02?rev=1737620412&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bzz.ch/en/modul/m291/learningunits/lu05/theorie/03?rev=1741952169&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bzz.ch/en/modul/m291/learningunits/lu05/theorie/04?rev=1741956387&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bzz.ch/en/modul/m291/learningunits/lu05/theorie/05?rev=1742563873&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bzz.ch/en/modul/m291/learningunits/lu05/theorie/06?rev=1741951495&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.bzz.ch/_media/wiki/logo.png">
        <title>BZZ - Modulwiki</title>
        <link>https://wiki.bzz.ch/</link>
        <url>https://wiki.bzz.ch/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://wiki.bzz.ch/en/modul/m291/learningunits/lu05/theorie/01?rev=1737550722&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-22T12:58:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LU05a - VUE Directives</title>
        <link>https://wiki.bzz.ch/en/modul/m291/learningunits/lu05/theorie/01?rev=1737550722&amp;do=diff</link>
        <description>LU05a - VUE Directives

Learning ojectives

	*  I can explain what Vue Directives are. 
	*  I can explain what Vue Directives are used for.
	*  I can name and explain at least four types of directives.
	*  I can use VUE directives as an example.

Introduction</description>
    </item>
    <item rdf:about="https://wiki.bzz.ch/en/modul/m291/learningunits/lu05/theorie/02?rev=1737620412&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-23T08:20:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LU05b - v-bind</title>
        <link>https://wiki.bzz.ch/en/modul/m291/learningunits/lu05/theorie/02?rev=1737620412&amp;do=diff</link>
        <description>LU05b - v-bind

Learning ojectives

	*  Explaining what v-bind is
	*  Naming what kind of object v-bind can include into the HTML-DOM
	*  Using v-bind in a simple cases

Sources

	*   W3School - v-bind

What is v-bind?

v-bind is a Vue.js directive that allows you to dynamically bind attributes or properties to a value in your Vue instance&#039;s data. It is particularly useful for passing dynamic data to</description>
    </item>
    <item rdf:about="https://wiki.bzz.ch/en/modul/m291/learningunits/lu05/theorie/03?rev=1741952169&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-14T11:36:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LU05c - v-if</title>
        <link>https://wiki.bzz.ch/en/modul/m291/learningunits/lu05/theorie/03?rev=1741952169&amp;do=diff</link>
        <description>LU05c - v-if

Learning ojectives

	*  I can explain what the directive v-if fulfil within the DOM.
	*  I can name the three v-if variants that are possible in principle. 
	*  I can apply v-if to specific examples.

Sources

	*   W3School - v-if
	*   Vue.org - v-if 

Introduction

The v-if directive in Vue.js is used to conditionally render elements in the DOM. If the condition provided in the</description>
    </item>
    <item rdf:about="https://wiki.bzz.ch/en/modul/m291/learningunits/lu05/theorie/04?rev=1741956387&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-14T12:46:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LU05d - v-show</title>
        <link>https://wiki.bzz.ch/en/modul/m291/learningunits/lu05/theorie/04?rev=1741956387&amp;do=diff</link>
        <description>LU05d - v-show

Learning ojectives

	*  I can explain what directive v-show fulfil within the DOM.
	*  I can prove the visibility of objects using v-show.
	*  I can use the v-show directive.

Sources

	*  W3School | W3School | Conditional Rendering - v-show
	*   Vuejs.org | Conditional Rendering - v-show

Introduction

The v-show directive in Vue.js is used to conditionally display elements based on a boolean expression.</description>
    </item>
    <item rdf:about="https://wiki.bzz.ch/en/modul/m291/learningunits/lu05/theorie/05?rev=1742563873&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-21T13:31:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LU05e - v-for</title>
        <link>https://wiki.bzz.ch/en/modul/m291/learningunits/lu05/theorie/05?rev=1742563873&amp;do=diff</link>
        <description>LU05e - v-for

Learning ojectives

	*  I can explain what function v-for directives fulfil within the DOM.
	*  I can explain which data types v-for is suitable for.
	*  I can name the list display variants that are possible with v-for.

Source

W3School v-for

Introduction</description>
    </item>
    <item rdf:about="https://wiki.bzz.ch/en/modul/m291/learningunits/lu05/theorie/06?rev=1741951495&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-14T11:24:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LU05f - Using VUE in Webstorm - TBD</title>
        <link>https://wiki.bzz.ch/en/modul/m291/learningunits/lu05/theorie/06?rev=1741951495&amp;do=diff</link>
        <description>LU05f - Using VUE in Webstorm - TBD

Learning ojectives

	*  ....
	*  

Introduction

....

TDB

Vocabulary
 English  German  ... ... 
----------

&lt;https://creativecommons.org/licenses/by-nc-sa/4.0/&gt; Volkan Demir</description>
    </item>
</rdf:RDF>
