Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Atom で WebStorm を行うように、Dart で記述された Web アプリケーションの起動をセットアップする方法は?
Atom では、index.html ではなく Dart スクリプト自体を実行しようとしています。
フォルダーに保存されている構成を起動します.atom/launches。
.atom/launches
例えば。コンソール (cli) 構成:
type: cli path: test\test.dart cli: args: cwd: checked: true debug: true
Web スクリプト ( type: web) の起動はまだ実装されていません。
type: web
ダート言語/lib/launch/launch_web.dart lib/plugin.dart