Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit ca77261

Browse files
committed
feat: add bootstrap-reboot
1 parent f424097 commit ca77261

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"@typescript-eslint/parser": "^4.28.4",
3333
"@vitejs/plugin-vue": "^1.2.4",
3434
"@vue/compiler-sfc": "^3.0.5",
35+
"bootstrap-reboot": "^4.5.6",
3536
"eslint": "^7.31.0",
3637
"eslint-plugin-import": "^2.23.4",
3738
"eslint-plugin-vue": "^7.14.0",

src/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import { createApp } from 'vue'
22
import App from './App.vue'
33

4+
import './scss/main.scss'
5+
46
createApp(App).mount('#app')

src/scss/main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'bootstrap-reboot';

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,11 @@ body-scroll-lock@^4.0.0-beta.0:
663663
resolved "https://registry.yarnpkg.com/body-scroll-lock/-/body-scroll-lock-4.0.0-beta.0.tgz#4f78789d10e6388115c0460cd6d7d4dd2bbc4f7e"
664664
integrity sha512-a7tP5+0Mw3YlUJcGAKUqIBkYYGlYxk2fnCasq/FUph1hadxlTRjF+gAcZksxANnaMnALjxEddmSi/H3OR8ugcQ==
665665

666+
bootstrap-reboot@^4.5.6:
667+
version "4.5.6"
668+
resolved "https://registry.yarnpkg.com/bootstrap-reboot/-/bootstrap-reboot-4.5.6.tgz#902927c584deff5752f445ada93b479af9adc527"
669+
integrity sha512-V3czvZrmSQP6lmaaJE5spc4sFbqeNDHyjhVTj4EaeVgh5p2maQpDxr+fJP8GfasvP8RG2hWbka15r3Z+OXLwRw==
670+
666671
brace-expansion@^1.1.7:
667672
version "1.1.11"
668673
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"

0 commit comments

Comments
 (0)