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
f85b58ca
Commit
f85b58ca
authored
5 years ago
by
YongJae
Browse files
Options
Downloads
Plain Diff
Merge conflict 해결
parents
d7fa9b24
b835e437
No related branches found
No related tags found
1 merge request
!9
MongoDB Atlas 적용 및 불필요한 파일 삭제와 port3000 연결문제 수정
Changes
23
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
frontend/index.html
+1
-1
1 addition, 1 deletion
frontend/index.html
frontend/package-lock.json
+665
-30
665 additions, 30 deletions
frontend/package-lock.json
frontend/package.json
+5
-1
5 additions, 1 deletion
frontend/package.json
with
671 additions
and
32 deletions
frontend/index.html
+
1
−
1
View file @
f85b58ca
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<head>
<head>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<title>
majorbook
</title>
<title>
frontend
</title>
</head>
</head>
<body>
<body>
<div
id=
"app"
></div>
<div
id=
"app"
></div>
...
...
This diff is collapsed.
Click to expand it.
frontend/package-lock.json
+
665
−
30
View file @
f85b58ca
This diff is collapsed.
Click to expand it.
frontend/package.json
+
5
−
1
View file @
f85b58ca
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
"name"
:
"frontend"
,
"name"
:
"frontend"
,
"version"
:
"1.0.0"
,
"version"
:
"1.0.0"
,
"description"
:
"A Vue.js project"
,
"description"
:
"A Vue.js project"
,
"author"
:
"
YongJae <sdc689@gmail.com
>"
,
"author"
:
"
HyeonJu <hj950000@ajou.ac.kr
>"
,
"private"
:
true
,
"private"
:
true
,
"scripts"
:
{
"scripts"
:
{
"dev"
:
"webpack-dev-server --inline --progress --config build/webpack.dev.conf.js"
,
"dev"
:
"webpack-dev-server --inline --progress --config build/webpack.dev.conf.js"
,
...
@@ -12,6 +12,10 @@
...
@@ -12,6 +12,10 @@
"dependencies"
:
{
"dependencies"
:
{
"axios"
:
"^0.19.0"
,
"axios"
:
"^0.19.0"
,
"node-sass"
:
"^4.13.0"
,
"node-sass"
:
"^4.13.0"
,
<<<<<<<
HEAD
=======
"eslint"
:
"^6.7.0"
,
>>>>>>>
master
"vue"
:
"^2.5.2"
,
"vue"
:
"^2.5.2"
,
"vue-material"
:
"^1.0.0-beta-11"
,
"vue-material"
:
"^1.0.0-beta-11"
,
"vue-multiselect"
:
"^2.1.6"
,
"vue-multiselect"
:
"^2.1.6"
,
...
...
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