mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 07:35:07 +00:00
add admin UI for frpc
This commit is contained in:
14
web/frpc/.babelrc
Normal file
14
web/frpc/.babelrc
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"presets": [
|
||||
["es2015", { "modules": false }]
|
||||
],
|
||||
"plugins": [
|
||||
[
|
||||
"component",
|
||||
{
|
||||
"libraryName": "element-ui",
|
||||
"styleLibraryName": "theme-chalk"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user