PhpStorm - 一个项目中的两个 Dart Web 应用程序 [英] PhpStorm - Two Dart web apps in one project

查看:31
本文介绍了PhpStorm - 一个项目中的两个 Dart Web 应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在 PhpStorm 中有一个 Dart 项目,并且有两个 Web(Angular Dart)模块(或子项目?)

我在如何运行/调试它们时遇到了问题,因为 PhpStorm 创建了非常相同的 JavaScript 调试配置.当我只有一个时,它运行良好.

目录结构是~/Zdrojaky/src/dart/app/Vavrinec(主项目)有两个子目录 AdminOwner.两者的运行/调试配置相同.

是否可以在一个 PhpStorm 项目中运行/调试两个 Web Angular Dart(或 JS)应用程序?我希望 URL 中的端口或目录不同.

.

解决方案

我发现了几乎与 Vadim Tsushko 相同的 SO 问题

I have a Dart project in PhpStorm and I have two web (Angular Dart) modules (or subprojects?)

I have a problem how to run/debug them as PhpStorm created very same JavaScript Debug configurations. When I had only one it worked well.

Directory structure is ~/Zdrojaky/src/dart/app/Vavrinec (the main project) with two subdirs Admin and Owner. Run/Debug conf is same for both.

Is it possible to Run/Debug two web Angular Dart (or JS) apps in one PhpStorm project? I would expect different port or directory in URL.

.

解决方案

I found almost the same SO question by Vadim Tsushko How to serve several different directories in Angular Dart project? and his solution guided me. The (only?) solution is to have all Angular Dart modules in only one PhpStorm project. So I created a Client project and moved Admin and Owner as normal subdirectories to this. No .idea directories in Admin and Owner. The directory structure is ~/Zdrojaky/src/dart/app/Vavrinec (the main project) with Client subdir (subproject) with two subdirs Admin and Owner. The Run/Debug configs are then distinguished by the directories names and works as expected.

这篇关于PhpStorm - 一个项目中的两个 Dart Web 应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆