UNPKG
es-form-table
Version:
latest (1.0.0)
1.0.0
基于element-ui-form和table两大组件进一步改良的控件,目的是为了解放前端在表单这块的操作
es-form-table
/
vue.config.js
15 lines
(14 loc)
•
302 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
const
{ defineConfig } =
require
(
'@vue/cli-service'
) module.exports =
defineConfig
({
lintOnSave
:
false
,
transpileDependencies
:
true
,
devServer
: {
port
:
8088
,
proxy
: {
'/'
: {
ws
:
false
,
target
:
'https://risk-guardian.fengtu.com.cn'
, } } } })