-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathxpla.json
114 lines (114 loc) · 2.15 KB
/
xpla.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"xpla.version": 1,
"name": "Vue.js DevMeeting",
"author": {
"name": "Wojciech Kwiatek",
"link": "https://twitter.com/WojciechKwiatek"
},
"date": "15th April 2019",
"link": "http://bit.ly/devmeeting-vue",
"dirs": [
{
"name": "1-intro",
"title": "Intro to Vue.js",
"slides": [
{
"name": "1-1-intro",
"title": "Intro to Vue.js"
},
{
"name": "1-2-intro",
"title": "First Vue.js directive"
},
{
"name": "1-3-intro",
"title": "Tasks"
}
]
},
{
"name": "2-cli",
"title": "Vue CLI introduction",
"slides": [
{
"name": "2-1-cli",
"title": "Vue CLI introduction"
},
{
"name": "2-2-cli",
"title": "Vue files"
},
{
"name": "2-3-cli",
"title": "Forms"
},
{
"name": "2-4-cli",
"title": "Vee Validate"
},
{
"name": "2-5-cli",
"title": "Task"
}
]
},
{
"name": "3-comp",
"title": "Vue Components",
"slides": [
{
"name": "3-1-comp",
"title": "Finding components"
},
{
"name": "3-2-comp",
"title": "Inputs"
},
{
"name": "3-3-comp",
"title": "Outputs"
},
{
"name": "3-4-comp",
"title": "Task"
}
]
},
{
"name": "4-state",
"title": "State",
"slides": [
{
"name": "4-1-state",
"title": "Async data fetch"
},
{
"name": "4-2-state",
"title": "Inputs"
},
{
"name": "4-3-state",
"title": "Task"
}
]
},
{
"name": "5-vuex",
"title": "Vuex",
"slides": [
{
"name": "5-1-vuex",
"title": "Vuex store"
},
{
"name": "5-2-vuex",
"title": "Async actions"
},
{
"name": "5-3-vuex",
"title": "Task"
}
]
}
]
}