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 18:38:54 +0900
1
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
52e8959840c7f40dc27bc35b48c52643d2923e6a
52e89598
1 parent
8e66b6ce
vue, express 연동 코드 주석처리
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 @
52e8959
...
...
@@ -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',
}
...
...
김다솜
@2017103960
2020-05-26 10:27:59 UTC
Mentioned in commit
e71c60cf
Please
register
or
login
to post a comment