1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

nuxt3のプロジェクトを作るには??

Last updated at Posted at 2022-06-02

どんなコマンド??

npx nuxi init [プロジェクト名]
Ok to proceed? (y)

と聞かれるので、「y」で送信。

nuxt2と違って、質問攻めには合わずこれだけで、
簡単にプロジェクトが作れます!!

package.json

"devDependencies": {
  "nuxt": "3.0.0-rc.3"
}

ここでバージョンが3以上にになっていればOK!

npm install

で、node_modulesを作成しましょう!

追記

npm build

こちらで、.nuxtファイルの生成も必要です!

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?