1 Star 26 Fork 8

luox/bmap-hurdle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 674 Bytes
一键复制 编辑 原始数据 按行查看 历史
luox 提交于 2020-11-12 10:42 . feat:电子围栏绘制
const current_hurdle = require('./mock/current_hurdle.json')
module.exports = {
publicPath: './',
outputDir: 'dist', //build输出目录
assetsDir: 'assets', //静态资源目录(js, css, img)
lintOnSave: false, //是否开启eslint
productionSourceMap: true, // 设置上线后是否加载webpack文件
devServer: {
open: false, //是否自动弹出浏览器页面
host: "127.0.0.1",
port: '8081',
https: false, // 是否使用https协议
hotOnly: false, // 是否开启热更新
before(app) {
//获取当前围栏
app.get('/api/getCurrent', (req, res) => {
res.json(current_hurdle)
})
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wecode2020/bmap-hurdle.git
git@gitee.com:wecode2020/bmap-hurdle.git
wecode2020
bmap-hurdle
bmap-hurdle
master

搜索帮助