Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
WebKuliner2021
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tiarro Elprida Tamba
WebKuliner2021
Commits
d63126b9
Commit
d63126b9
authored
Feb 27, 2021
by
Tiarro Elprida Tamba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
eec22497
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
main.js
WebKuliner/src/main.js
+21
-0
No files found.
WebKuliner/src/main.js
0 → 100644
View file @
d63126b9
import
Vue
from
'vue'
import
App
from
'./App.vue'
import
router
from
'./router'
import
{
BootstrapVue
,
BootstrapVueIcons
}
from
'bootstrap-vue'
import
VueToast
from
'vue-toast-notification'
;
import
'vue-toast-notification/dist/theme-sugar.css'
;
import
'bootstrap/dist/css/bootstrap.css'
import
'bootstrap-vue/dist/bootstrap-vue.css'
import
'./assets/css/main.css'
Vue
.
use
(
VueToast
);
Vue
.
use
(
BootstrapVue
)
Vue
.
use
(
BootstrapVueIcons
)
Vue
.
config
.
productionTip
=
false
new
Vue
({
router
,
render
:
h
=>
h
(
App
)
}).
$mount
(
'#app'
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment