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 コードを Tomcat や JBoss サーバーにデプロイすることはできますか? ここで行う必要がある構成設定は何ですか?
コード構成の観点から、コードをバンドルしてサーバーにデプロイする方法..
Dartに最適な特定の展開ツールまたはサーバーはありますか...
pub buildbuild完全な成果物を含むパッケージ内のディレクトリを生成します。「pub build」から生成されたファイルは、静的コンテンツと同様に使用できます。
pub build
build