0.0.3 • Published 2 years ago

@daidaidashixiong/simple v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

单页开发代理工具

simpleProxy

在不使用webpack和vite开发SFC文件时,修改文件后可以自动刷新

simpleConfig

module.exports={
    rootPath:'../chy-alarm-retrans/src/main/resources/static/',
    watchFilePath:'../chy-alarm-retrans/src/main/resources/static/**/*.vue',
    Proxy:[
        {
            tag:'/mock',
            pathRewrite:{
                '/mock':''
            },
            target:'http://10.143.133.216:3001/mock/118',
        }
    ],
    index:'index.html'
}