Commit Graph

202 Commits

Author SHA1 Message Date
Andreas Zweili 52496f2e2d add query example to router 2021-05-04 16:45:21 +02:00
Andreas Zweili 5b987ba607 move the router into its own file 2021-05-04 16:41:24 +02:00
Andreas Zweili 904fe565f5 lesson 184: route meta 2021-05-04 16:35:48 +02:00
Andreas Zweili e6545dd015 update package lock 2021-05-04 16:35:27 +02:00
Andreas Zweili 5955eb1e59 lesson 181: extended route guards unsaved data 2021-05-04 15:02:09 +02:00
Andreas Zweili 47c9eddbf3 lesson 190: add a router guard 2021-05-02 15:39:00 +02:00
Andreas Zweili 0117da813d lesson 179: add scroll behaviour 2021-05-02 14:40:47 +02:00
Andreas Zweili 1b73f94b8d lesson 176: add name routes 2021-04-26 21:55:06 +02:00
Andreas Zweili 33682677c3 add a Docker environment for better portability 2021-04-26 10:09:49 +02:00
Andreas Zweili 68f4aa7168 175 add a nested route 2021-04-26 10:09:17 +02:00
Andreas Zweili b41d3f087e various changes 2021-03-30 19:53:44 +02:00
Andreas Zweili e96eceb1de select team members based on the router param 2021-03-29 09:01:47 +02:00
Andreas Zweili cc96b09e0f add dynamic routes 2021-03-27 21:51:01 +01:00
Andreas Zweili 2dfcea33cf add router-link 2021-03-27 21:50:48 +01:00
Andreas Zweili 7ce7a02873 register routes 2021-03-27 20:52:54 +01:00
Andreas Zweili a51525d485 add vue-router 2021-03-27 20:40:25 +01:00
Andreas Zweili c82c5c94f6 add code for toastlog 2021-03-27 20:36:29 +01:00
Andreas Zweili 6741f72627 add files for routing course 2021-03-27 20:34:03 +01:00
Andreas Zweili eb570d8254 add error handling 2021-03-27 20:28:03 +01:00
Andreas Zweili bcaff40fd7 add example for axios custom instance 2021-03-20 15:40:23 +01:00
Andreas Zweili 114c46be60 add an example for axios global config 2021-03-20 15:40:07 +01:00
Andreas Zweili fc63f9bd8c add the code for the logger 2021-03-20 15:08:55 +01:00
Andreas Zweili 3e65e2d883 add an axios get example 2021-03-20 15:08:35 +01:00
Andreas Zweili d97a39cd0a add a axios post example 2021-03-20 15:08:22 +01:00
Andreas Zweili 3e3fd51981 add an lesson about axios 2021-03-19 17:28:32 +01:00
Andreas Zweili 8217fd60e2 get the ratings when loading the page 2021-03-17 22:05:39 +01:00
Andreas Zweili ef5c9b777a POST and GET data with axios 2021-03-17 21:58:55 +01:00
Andreas Zweili 4350cd5bb5 add a new project 2021-03-17 20:54:05 +01:00
Andreas Zweili a6760b1ba4 clear the console after a reload 2021-03-02 22:21:36 +01:00
Andreas Zweili 5ac696e629 rewrite the control to use props and emits 2021-02-19 18:13:44 +01:00
Andreas Zweili 1f5a470e48 add a custom form 2021-02-19 18:04:16 +01:00
Andreas Zweili 176766f4e6 lesson 141: forms and inputs 2021-02-08 21:06:28 +01:00
Andreas Zweili 31dc57dfcf format with prettier 2021-02-08 20:35:11 +01:00
Andreas Zweili 1767f83be8 add a new project 2021-02-08 20:24:41 +01:00
Andreas Zweili 8c310f17c2 lesson 135: move the teleport tag to the BaseDialog 2021-02-08 20:22:22 +01:00
Andreas Zweili cf78b35666 lesson 134: add a function to remove a resource 2021-02-08 20:20:39 +01:00
Andreas Zweili fd72fb3209 lesson 133: add a default close button 2021-02-08 20:06:57 +01:00
Andreas Zweili 12f7f0e9ab lesson 133: close the dialog when clicking the background 2021-02-08 20:06:55 +01:00
Andreas Zweili 8977c9b49a lesson 133: provide some text in the dialog 2021-02-08 20:00:37 +01:00
Andreas Zweili 73fb2e790a lesson 133: move the header into the title prop 2021-02-08 20:00:23 +01:00
Andreas Zweili 68d7323578 lesson 133: replace button with base-button 2021-02-08 19:59:37 +01:00
Andreas Zweili 6aca789173 lesson 133: convert the ErrorAlert to BaseDialog 2021-02-08 19:55:28 +01:00
Andreas Zweili b6c7305492 lesson 133: add my solution for an error dialog 2021-02-08 19:37:03 +01:00
Andreas Zweili c13912799a lesson 131: cache the data when switching tabs 2021-02-08 19:29:10 +01:00
Andreas Zweili 327f4133c3 lesson 131: replace emit with inject
this is better because we're using dynamic components which makes it harder
to listen to a custom event comming from only one of the components.
2021-02-08 18:56:14 +01:00
Andreas Zweili d50e8d870e lesson 132: adding my solution before the lesson 2021-02-08 18:40:58 +01:00
Andreas Zweili 92065daccc lesson 131: add the AddResource form 2021-02-08 18:28:43 +01:00
Andreas Zweili aca6d408e3 lesson 130: style the tabs depending on the state 2021-02-08 15:29:54 +01:00
Andreas Zweili 63f0e3d148 lesson 130: add tabs 2021-02-08 15:15:01 +01:00
Andreas Zweili 480b9ee49b lesson 128: add a base button 2021-02-08 14:41:41 +01:00