简体   繁体   English

如何配置Atom在Dartium中运行Dart?

[英]How to configure Atom to run Dart in Dartium?

How to set up the launch of web applications written in Dart, as it does WebStorm in Atom? 如何设置用Dart编写的Web应用程序的启动,就像Atom中的WebStorm一样?

Webstorm

原子

In the Atom, he tries to run itself Dart script rather than index.html 在Atom中,他试图运行自己的Dart脚本而不是index.html

Launch configurations stored in folder .atom/launches . 启动存储在.atom/launches文件夹中的配置。

Eg. 例如。 console (cli) configuration: console(cli)配置:

type: cli
path: test\test.dart

cli:
  args:
  cwd:
  checked: true
  debug: true

Launch of the web scripts ( type: web ) is not implemented yet. 启动Web脚本( type: web )尚未实现。

dartlang/lib/launch/launch_web.dart dartlang / lib目录/启动/ launch_web.dart
lib/plugin.dart LIB / plugin.dart

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM