【发布时间】:2017-11-16 16:17:47
【问题描述】:
我很惊讶 Angular 在 Jet Brain 的 IDE WebStorm 中还没有条目,你们使用哪个运行配置?
我要执行:ng serve
但也许有更好的选择?
类似 vue 的 npm run dev 会在您的默认浏览器中的服务地址打开一个页面?
此页面未点击运行配置,https://www.jetbrains.com/help/webstorm/angular.html
更新:
为了澄清,我正在谈论为 react 和 vue 应用程序制作一键运行按钮:
【问题讨论】:
-
使用
ng serveng serve使用 webstorm 终端在干净的 angular-cli 项目上工作对我来说很好 -
我还在一个干净的 angular-cli 项目中使用来自 PhpStorm 终端的
ng serve,它可以工作 -
你指的是调试配置吗?
-
你们,我的意思是顶部的绿色箭头,这样应用程序可以一键运行,它可以从 powershell 或 webstorm 终端正常运行,我只想从中升级并做什么我为我的 react 和 vue 应用做了。
标签: angular webstorm run-configuration