okaryo.log

FlutterWebで作成したサイトをVercelにデプロイする | okaryo.log

FlutterWebで作成したサイトをVercelにデプロイする

    #Flutter#Vercel

Vercelの設定

Vercelでのプロジェクトの作成とレポジトリのインポートはインポートは済んでいるものとします。

FRAMEWORKOtherを選択します。

また、ビルド設定は以下のように設定します。

# Build Command
flutter/bin/flutter build web --release

# Output Directory
build/web

# Install Command
if cd flutter; then git pull && cd .. ; else git clone https://github.com/flutter/flutter.git; fi && ls && flutter/bin/flutter doctor && flutter/bin/flutter clean && flutter/bin/flutter config --enable-web

最終的には以下のようになります。

build setting

これでDeployボタンを押すと無事にデプロイされます。

参考


関連記事
最新記事
プロモーション

This site uses Google Analytics.