feat: initial commit

This commit is contained in:
Sebin Nyshkim 2023-12-28 18:40:16 +01:00
commit 166e65b8a6
86 changed files with 9921 additions and 0 deletions

8
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,8 @@
{
"recommendations": [
"Vue.volar",
"Vue.vscode-typescript-vue-plugin",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}