install vue and add .gitignore

This commit is contained in:
Moriz Wahl 2021-10-21 13:15:23 +02:00
parent 53038fc082
commit a735524528
3 changed files with 23 additions and 1 deletions

11
admin/.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
node_modules/
dist/
.cache/
.env
# coverage folder
coverage/
# emacs
*~

View File

@ -5,5 +5,8 @@
"main": "index.js",
"author": "Moriz Wahl",
"license": "MIT",
"private": false
"private": false,
"dependencies": {
"vue": "^2.6.14"
}
}

8
admin/yarn.lock Normal file
View File

@ -0,0 +1,8 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
vue@^2.6.14:
version "2.6.14"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.14.tgz#e51aa5250250d569a3fbad3a8a5a687d6036e235"
integrity sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==