2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

生成AIで遊ぼAdvent Calendar 2024

Day 7

自分で実装したくないので、V0にReact開発全部してもらった結果

Last updated at Posted at 2024-12-24

ゴールはこの時と同じ、Amazonの画面を生成したい。

手順

V0でコード生成

純粋に依頼してみる

image.png

Next.jsの面影が見えたので、再度依頼

image.png

パット見よさそう

image.png

ローカルで実行

次なにしたらいい?と質問したら、教えてくれたので、その通りにやってみます。

image.png

何もないフォルダ

image.png

手順通り実施して、完成

image.png

困ったポイント

いっぱいあった~~

reactのバージョン

まず、
reactのバージョンを18.0.0にダウングレードする必要がありました。

V0が生成したコードがreact18の構造のようです。

tsconfig.json手動作成

特に指定をしなかったので、
コードはTypeScriptで生成されましたが、そのインストールおよび設定ファイルが生成されなかったので、
手動インストール&手動ファイル作成が必要でした。

まとめ

最初からエディタにプラグインされているツールじゃないので、移植が面倒でした。

以下がおすすめ

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?