added bootswatch templates

Signed-off-by: Pascal Syma <pascal@syma.dev>
This commit is contained in:
2021-05-13 22:05:00 +02:00
parent 06afa9bb4b
commit fb9322e253
3 changed files with 8 additions and 1 deletions
+5
View File
@@ -2095,6 +2095,11 @@
"vue-functional-data-merge": "^3.1.0" "vue-functional-data-merge": "^3.1.0"
} }
}, },
"bootswatch": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/bootswatch/-/bootswatch-4.6.0.tgz",
"integrity": "sha512-Yr6YqFBC8jwTzoJoLViYlvO97IhPWGqZEm+6FXHfD/G6gbUok6sZkdXxdh4Zb6iCGEwr9p7zGCn38yKQD/bh2Q=="
},
"brace-expansion": { "brace-expansion": {
"version": "1.1.11", "version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+1
View File
@@ -16,6 +16,7 @@
"@popperjs/core": "^2.9.2", "@popperjs/core": "^2.9.2",
"bootstrap": "^4.6.0", "bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2", "bootstrap-vue": "^2.21.2",
"bootswatch": "^4.6.0",
"jquery": "^3.6.0", "jquery": "^3.6.0",
"popper.js": "^1.16.1", "popper.js": "^1.16.1",
"vue": "^2.5.2", "vue": "^2.5.2",
+2 -1
View File
@@ -6,7 +6,8 @@ import App from './App'
import { BootstrapVue, IconsPlugin } from 'bootstrap-vue' import { BootstrapVue, IconsPlugin } from 'bootstrap-vue'
import 'bootstrap/dist/js/bootstrap' import 'bootstrap/dist/js/bootstrap'
import 'bootstrap/dist/css/bootstrap.min.css' import 'bootswatch/dist/darkly/bootstrap.min.css'
// import 'bootstrap/dist/css/bootstrap.min.css'
import 'bootstrap-vue/dist/bootstrap-vue.css' import 'bootstrap-vue/dist/bootstrap-vue.css'
Vue.use(enums, {namespace: '$enums'}) Vue.use(enums, {namespace: '$enums'})