Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] fix order of command line generate script #463

Closed
vuejs-jp-bot opened this issue Jul 12, 2020 · 3 comments
Closed

[doc] fix order of command line generate script #463

vuejs-jp-bot opened this issue Jul 12, 2020 · 3 comments

Comments

@vuejs-jp-bot
Copy link

本家のドキュメントに更新がありました 📄
Original:nuxt@92d2962

@noguchi-hiroshi
Copy link

こちら行おうと思いましたが、日本語版だとバージョンの分岐が見つかりませんでした。
この場合、このままクローズするのが良いのか、またはバージョン分岐を含める方が良いのか。
どちらがよろしいでしょうか?

以下引用

For Nuxt >= v2.13

"scripts": {
  "dev": "nuxt",
  "build": "nuxt build",
  "start": "nuxt start",
  "generate": "nuxt build && nuxt export",
  "deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},

For Nuxt <= v2.12

"scripts": {
  "dev": "nuxt",
  "build": "nuxt build",
  "start": "nuxt start",
  "generate": "nuxt generate",
  "deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},

@noguchi-hiroshi
Copy link

noguchi-hiroshi commented Jul 13, 2020

https://github.com/nuxt/docs/pull/2053/files

この大きな PR で差分が生じている訳ですね 😅

@53able
Copy link
Member

53able commented Jul 13, 2020

@noguchi-hiroshi 確認ありがとうございます。

大きな PR

そうですね。 #438 でだいぶ差分あるので、なるべく早く(今週)対応したいと考えています!

@aytdm aytdm closed this as completed Aug 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants