-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
本地开发 yarn serve 报错 #22
Comments
我来看看,我本地好像没有这个问题 |
thanks,我将 |
我将vue.config.js中的output注释掉了,可以正常启动了,上面那个报错,是Vue-cli不推荐在修改webpack时,直接使用output修改,推荐使用outputDir来配置路径
感谢!
插一句,可以做到像下面这种手动添加pipeline的功能,我正在想办法改你源码弄成这样,我们业务上有这个需求!哈哈!
…------------------ 原始邮件 ------------------
发件人: "jinfang134/vue-pipeline" ***@***.***>;
发送时间: 2021年3月23日(星期二) 中午11:31
***@***.***>;
***@***.******@***.***>;
主题: Re: [jinfang134/vue-pipeline] 本地开发 yarn serve 报错 (#22)
我来看看,我本地好像没有这个问题
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
发一下需求,我来研究一下,这个库写了有一段时间了,一直没有来优化一下... |
其实就是你仿的这个jenkins blue ocean可视化的流水线编辑器
Git仓库地址:https://github.com/jenkinsci/blueocean-plugin/tree/master/blueocean-pipeline-editor
youtube视频: https://www.youtube.com/watch?v=5Nct-jrZBbM&t=308s
我司的Devops平台也打算加入这种流水线编排的功能
…------------------ 原始邮件 ------------------
发件人: "jinfang134/vue-pipeline" ***@***.***>;
发送时间: 2021年3月23日(星期二) 中午11:43
***@***.***>;
***@***.******@***.***>;
主题: Re: [jinfang134/vue-pipeline] 本地开发 yarn serve 报错 (#22)
发一下需求,我来研究一下,这个库写了有一段时间了,一直没有来优化一下...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
我那个是数据驱动的,直接修改数据不就行了吗? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
环境:
node: 10.20.0
请问这是怎么回事?
Configuration Error: Avoid modifying webpack output.path directly. Use the "outputDir" option instead.
The text was updated successfully, but these errors were encountered: