remove helloworld, add nav/content components, install bootstrap (and dependencies)

This commit is contained in:
Bart van der Braak 2020-01-31 01:59:58 +01:00
parent 557a1916ff
commit e47b338d7f
8 changed files with 67 additions and 82 deletions

View file

@ -8,8 +8,10 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"buefy": "^0.8.10",
"@popperjs/core": "^2.0.4",
"bootstrap": "^4.4.1",
"core-js": "^3.4.4",
"jquery": "^3.4.1",
"vue": "^2.6.10"
},
"devDependencies": {