-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReferences.bib
130 lines (95 loc) · 2 KB
/
References.bib
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
@article{suaiv,
author = {Stop using actions in Vuex},
url = {https://javascript.plainenglish.io/stop-using-actions-in-vuex-a14e23a7b0e6},
year = {2021},
}
@misc{node,
author = {NodeJs},
note = {\url{https://nodejs.org/en/}},
key = {nodeJs},
}
@misc{express,
author = {Express},
note = {\url{https://expressjs.com/}},
key = {express},
}
@misc{mongo,
author = {MongoDb},
note = {\url{https://www.mongodb.com/}},
key = {mongodb},
}
@misc{dock,
author = {Docker},
note = {\url{https://www.docker.com/}},
key = {docker},
}
@misc{vuetify,
author = {Vuetify},
note = {\url{https://vuetifyjs.com/en/}},
key = {vuetify},
}
@misc{json,
author = {Json Web Token},
note = {\url{https://jwt.io/}},
key = {json},
}
@misc{cha,
author = {ChaiJS},
note = {\url{https://www.chaijs.com/}},
key = {chai},
}
@misc{mocha,
author = {MochaJs},
note = {\url{https://mochajs.org/}},
key = {mocha},
}
@misc{sinon,
author = {SinonJs},
note = {\url{https://sinonjs.org/}},
key = {sinon},
}
@misc{socket,
author = {Socket.IO},
note = {\url{https://socket.io/}},
key = {socket},
}
@misc{vuehor,
author = {Vue Horizontal},
note = {\url{https://vue-horizontal.fuxing.dev/}},
key = {vuehorizontal},
}
@misc{vuero,
author = {Vue Router},
note = {\url{https://router.vuejs.org/}},
key = {vuerouter},
}
@misc{vuesimple,
author = {Vue Simple Alert},
note = {\url{https://www.npmjs.com/package/vue-simple-alert}},
key = {vuesimplealert},
}
@misc{mail,
author = {Node Mailer},
note = {\url{https://nodemailer.com/about/}},
key = {nodemailer},
}
@misc{bcript,
author = {Bycript},
note = {\url{https://www.npmjs.com/package/bcrypt}},
key = {bcrypt},
}
@misc{vcookies,
author = {Vue-cookies},
note = {\url{https://www.npmjs.com/package/vue-cookies}},
key = {vcookies},
}
@misc{parcookies,
author = {Cookie-parser},
note = {\url{https://www.npmjs.com/package/cookie-parser}},
key = {pcookies},
}
@misc{vuex,
author = {Vuex},
note = {\url{https://vuex.vuejs.org/}},
key = {vuex},
}