这种甘特图怎么做?
回答:
plugins: [uni()],
server: {
port:3000,proxy: {
"/api": {
target: "http://127.0.0.1:8080", // 代理地址
changeOrigin: true,
ws: true,
pathRewrite: {
"^/api": "" // 将/api重写为空,请求到代理服务的路径就为target的路径
}
}
}
}
回答:
from https://github.com/search?q=gantt+vue&type=repositories&s=stars
https://github.com/neuronetio/gantt-schedule-timeline-calendar
以上是 这种甘特图怎么做? 的全部内容, 来源链接: utcz.com/p/934437.html