mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
install vue and add .gitignore
This commit is contained in:
parent
53038fc082
commit
a735524528
11
admin/.gitignore
vendored
Normal file
11
admin/.gitignore
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
node_modules/
|
||||||
|
dist/
|
||||||
|
.cache/
|
||||||
|
|
||||||
|
.env
|
||||||
|
|
||||||
|
# coverage folder
|
||||||
|
coverage/
|
||||||
|
|
||||||
|
# emacs
|
||||||
|
*~
|
||||||
@ -5,5 +5,8 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Moriz Wahl",
|
"author": "Moriz Wahl",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": false
|
"private": false,
|
||||||
|
"dependencies": {
|
||||||
|
"vue": "^2.6.14"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
8
admin/yarn.lock
Normal file
8
admin/yarn.lock
Normal 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==
|
||||||
Loading…
x
Reference in New Issue
Block a user