This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
certd
mirror of
https://github.com/certd/certd
Watch
1
Star
0
Fork
You've already forked certd
0
Code
Issues
Projects
Releases
Wiki
Activity
eab0c3be60
certd
/
other
/
certd-ui
/
vue.config.js
10 lines
121 B
JavaScript
Raw
Normal View
History
Unescape
Escape
refactor: ui
2021-01-23 16:36:53 +00:00
module
.
exports
=
{
refactor: ui prepare
2021-01-21 15:59:06 +00:00
devServer
:
{
proxy
:
{
'/'
:
{
target
:
'http://localhost:3000/'
}
}
}
}