Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
MajorBook - Team202
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LeeYongJae
MajorBook - Team202
Commits
2e3f687d
Commit
2e3f687d
authored
5 years ago
by
HyeonJu Kong
Browse files
Options
Downloads
Plain Diff
1124 mergeconflict 수정 완료
parents
1f55f9cb
fbb1f675
No related branches found
No related tags found
1 merge request
!8
Main page
Changes
23
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
frontend/src/main.js
+7
-2
7 additions, 2 deletions
frontend/src/main.js
frontend/src/router/index.js
+35
-5
35 additions, 5 deletions
frontend/src/router/index.js
frontend/static/img/img1.jpg
+0
-0
0 additions, 0 deletions
frontend/static/img/img1.jpg
with
42 additions
and
7 deletions
frontend/src/main.js
+
7
−
2
View file @
2e3f687d
...
...
@@ -4,12 +4,17 @@ import Vue from 'vue'
import
App
from
'
./App
'
import
router
from
'
./router
'
import
axios
from
'
axios
'
import
Vuetify
from
'
vuetify
'
import
'
vuetify/dist/vuetify.min.css
'
Vue
.
use
(
Vuetify
)
Vue
.
prototype
.
$http
=
axios
Vue
.
config
.
productionTip
=
false
/* eslint-disable no-new */
new
Vue
({
el
:
'
#app
'
,
router
,
components
:
{
App
},
template
:
'
<App/>
'
template
:
'
<App/>
'
,
render
:
h
=>
h
(
App
)
})
This diff is collapsed.
Click to expand it.
frontend/src/router/index.js
+
35
−
5
View file @
2e3f687d
import
Vue
from
'
vue
'
import
Router
from
'
vue-router
'
import
HelloWorld
from
'
@/components/HelloWorld
'
import
Router
from
'
vue-router
'
;
Vue
.
use
(
Router
)
import
home
from
'
@/components/home
'
import
myPage
from
'
@/components/myPage
'
import
buy
from
'
@/components/buy
'
import
sell
from
'
@/components/sell
'
import
signup
from
'
@/components/signup
'
import
BookSearchPage
from
'
@/components/BookSearchPage
'
export
default
new
Router
({
routes
:
[
{
path
:
'
/
'
,
name
:
'
HelloWorld
'
,
component
:
HelloWorld
name
:
'
home
'
,
component
:
home
},
{
path
:
'
/myPage
'
,
name
:
'
myPage
'
,
component
:
myPage
},
{
path
:
'
/buy
'
,
name
:
'
buy
'
,
component
:
buy
},
{
path
:
'
/sell
'
,
name
:
'
sell
'
,
component
:
sell
},
{
path
:
'
/signup
'
,
name
:
'
signup
'
,
component
:
signup
},
{
path
:
'
/BookSearchPage
'
,
name
:
'
bookindex
'
,
component
:
BookSearchPage
}
]
})
This diff is collapsed.
Click to expand it.
frontend/static/img/img1.jpg
0 → 100644
+
0
−
0
View file @
2e3f687d
1.89 MiB
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment