Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-CloudComputing
/
D_Team_Khuloud
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
toror33
2020-05-26 19:26:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e71c60cf3b141b56bb7d6fbe04e597c6fea2a691
e71c60cf
1 parent
52e89598
Revert "vue, express 연동 코드 주석처리"
This reverts commit
52e89598
.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
front-end/vue.config.js
front-end/vue.config.js
View file @
e71c60c
...
...
@@ -2,16 +2,16 @@ module.exports = {
"transpileDependencies"
:
[
"vuetify"
],
//
devServer: {
// proxy: {
// '/api': {
//
target: 'http://localhost:3000/api',
// changeOrigin: true,
// pathRewrite: {
//
'^/api': ''
// }
// }
// }
//
},
// outputDir: '../backend/public',
devServer
:
{
proxy
:
{
'/api'
:
{
target
:
'http://localhost:3000/api'
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/api'
:
''
}
}
}
},
outputDir
:
'../backend/public'
,
}
...
...
Please
register
or
login
to post a comment