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.
Dart は初めてで、JavaScript のコンパイル プロセスを理解しようとしています。読んだ後、Dart ファイルのプロジェクト全体を一度に自動的にビルドする方法を見つけることができないようです。何か不足していますか?
ありがとう
main メソッドを使用して任意の dart プロジェクトで generate javascript コマンドを実行すると、問題のプロジェクトに必要なすべてのコードが自動的に javascript 出力ファイルにコンパイルされます。