gpt4 book ai didi

visual-studio - 如何让 Visual Studio 2017 调用 `yarn start`

转载 作者:行者123 更新时间:2023-12-04 06:08:38 26 4
gpt4 key购买 nike

我有一个 React 项目,我使用运行 react-scripts startyarn start 运行它。

我想使用 Visual Studio 2017 编辑代码并运行应用程序,但我不想使用 VS2017 node.js 运行,我想按 F5 并继续使用 react 脚本。

有什么办法吗?

##更新##

对于那些想要更好的.njsproj 文件格式的人来说,开发者社区中有一个值得赞成的想法:https://developercommunity.visualstudio.com/content/idea/351736/use-new-project-format-for-njsproj-files.html

最佳答案

另一种解决方法可能是将 package.json 上的脚本部分更改为

"scripts": {
"start": "yarn react-scripts start"
...
}

这将通过 Startup.cs 上的配置来实现。

if (env.IsDevelopment())
{
spa.UseReactDevelopmentServer(npmScript: "start");
}

关于visual-studio - 如何让 Visual Studio 2017 调用 `yarn start`,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54043152/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com