Commit Graph

90 Commits

Author SHA1 Message Date
Andreas Zweili 9800ff1a94 add the vue-first-app project 2021-01-25 14:29:31 +01:00
Andreas Zweili ce366e1f58 move the contact template to the component 2021-01-25 12:33:19 +01:00
Andreas Zweili 1c6769e900 add v-if to the contact details 2021-01-25 12:29:50 +01:00
Andreas Zweili 6d281326bc add a component 2021-01-25 12:26:42 +01:00
Andreas Zweili ebcf9ccbef implement for loop 2021-01-25 12:17:00 +01:00
Andreas Zweili 2756418cec setup basic app with data 2021-01-25 12:13:12 +01:00
Andreas Zweili 401123094c format with prettier 2021-01-25 12:06:48 +01:00
Andreas Zweili ccdf437bd2 add resources for components 2021-01-25 12:06:05 +01:00
Andreas Zweili 412c21ac83 get the actual value 2021-01-23 09:54:37 +01:00
Andreas Zweili 83c735ea33 add refs example 2021-01-23 09:53:15 +01:00
Andreas Zweili 10a51af597 add behind the scene project 2021-01-22 20:50:15 +01:00
Andreas Zweili c03c750225 reset the battle log on a new game 2021-01-22 20:40:40 +01:00
Andreas Zweili 7604ae091e Merge branch 'master' of git.2li.ch:Nebucatnetzer/vuejs_course 2021-01-22 20:39:10 +01:00
Andreas Zweili 8a9e49ace1 update the HTML to match the solution 2021-01-22 20:38:37 +01:00
Andreas Zweili 189c3862af update the HTML to match the solution 2021-01-22 20:36:16 +01:00
Andreas Zweili 2a507f8728 formating 2021-01-22 20:22:54 +01:00
Andreas Zweili d95841d13c course solution for the battlelog 2021-01-22 20:21:30 +01:00
Andreas Zweili 29a258cc73 my solution to the battlelog 2021-01-22 20:14:19 +01:00
Andreas Zweili b8850474a8 hide the controls if the game is finished 2021-01-22 20:05:44 +01:00
Andreas Zweili f61cd7af9f add a method to surrender the game 2021-01-22 20:05:29 +01:00
Andreas Zweili a31d971291 add a button to start a new game 2021-01-22 20:01:25 +01:00
Andreas Zweili 2b9755e7e7 let the healthbars get to 0 2021-01-22 19:52:56 +01:00
Andreas Zweili 0d84a18f2e add a win dialog 2021-01-22 19:50:36 +01:00
Andreas Zweili 12a907e630 add a function to heal the player 2021-01-22 19:50:16 +01:00
Andreas Zweili 3ffbadeb3a rename the attackValue function 2021-01-22 19:49:46 +01:00
Andreas Zweili 6f3f20e1b4 add a special attack 2021-01-21 12:28:31 +01:00
Andreas Zweili 7eaa708046 add healthbars 2021-01-20 22:50:24 +01:00
Andreas Zweili a1f975f780 add monster slayer game 2021-01-20 22:29:23 +01:00
Andreas Zweili bd2d65990a add my solution for assignment 5 2021-01-20 19:41:17 +01:00
Andreas Zweili 75b413f488 add assignment 5 2021-01-20 19:27:02 +01:00
Andreas Zweili bf1973a608 finish lesson 46 2021-01-20 19:26:26 +01:00
Andreas Zweili 39e437990c lesson 44: more v-for 2021-01-19 23:04:12 +01:00
Andreas Zweili 971bcddb03 lesson 43: v-for 2021-01-19 22:54:46 +01:00
Andreas Zweili 8bba59fa81 lesson 40: v-if 2021-01-19 21:26:38 +01:00
Andreas Zweili ccc8800093 add code for lesson 39 2021-01-19 21:05:03 +01:00
Andreas Zweili 6108d09c4c computed properties are as the name says computed
since the :class parameter awaits true and false I can compute those
directly inside the computed properties.
2021-01-18 23:35:06 +01:00
Andreas Zweili a0dc7b7e6d using v-model is eaiser/faster 2021-01-18 23:34:24 +01:00
Andreas Zweili 0b6020d18d add my solution for assignment 4 2021-01-18 23:22:34 +01:00
Andreas Zweili 8933709313 add assignment 4 files 2021-01-18 22:55:50 +01:00
Andreas Zweili b3b6630e4b lession 34: computed properties in classes 2021-01-18 22:51:29 +01:00
Andreas Zweili 043e32cb67 make the boxes toggleable 2021-01-18 22:45:24 +01:00
Andreas Zweili f9203c83d3 lesson 33: adding classes dynamically 2021-01-18 22:45:05 +01:00
Andreas Zweili 0be4a896e9 remove the inline style example 2021-01-18 22:39:16 +01:00
Andreas Zweili b070edb69f add the css class active 2021-01-18 22:38:51 +01:00
Andreas Zweili e64f146c2e format the css with prettier 2021-01-18 22:38:28 +01:00
Andreas Zweili 5af511bc87 lesson 32: dynamic styling 2021-01-18 22:36:41 +01:00
Andreas Zweili 99be089ede format with prettier 2021-01-18 22:28:32 +01:00
Andreas Zweili 7e610fac01 add use strict 2021-01-18 22:28:23 +01:00
Andreas Zweili c5ce272833 lesson 32: add example files 2021-01-18 22:27:27 +01:00
Andreas Zweili b562250178 correct based on the solution 2021-01-18 22:26:19 +01:00