Dies ist eine alte Version des Dokuments!
LU05.A20 - Knowledge Transer to Webstorm
Pre-requisites
- Work type: Individual
- Means of aid: only teaching materials, no websearch, no use of ai.
- Timeframe: 70 Minutes
- Expected result: TheVUE-Script 2 to 18 are transfered to Webstorm in the required directory structure.
Learning objectives
- Know how to write and execute a VUE SFC in Webstorm
Source
You can take your solutions from assigmnent 2 to 18. Elsewise download the official solutions from the solution page of the assignment.
Assignment
Programming within an emulator e.g. W3School | VUE is nice, but not really programming. Thus we need to transfer our script to the Webstorm codee-ditor. Please note, that this assignment is also a preparatory work for the LB2.
- Transfer your solutions vom assignment 2 to 18 to the Webstorm Codeeditor
- Use a directory structure
- 01_v-bind: assignment 2 - 6
- 02_v-if: assignment 7 - 11
- 03_v-show: assignment 12 - 14
- 04_v-for: assignment 15 - 17
- 05_combined: assignment 18
- Make sure that each solution is properly named after the assignment (e.g. lu05.s??) and the name of the assignment is displayed as <h1>
- if not already done, add comments as HTML or JS comments to your to note down important insights to your code
- Create a directory media and safe the requiered images in it.