We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
本家のドキュメントに更新がありました 📄 Original:nuxt@92d2962
The text was updated successfully, but these errors were encountered:
こちら行おうと思いましたが、日本語版だとバージョンの分岐が見つかりませんでした。 この場合、このままクローズするのが良いのか、またはバージョン分岐を含める方が良いのか。 どちらがよろしいでしょうか?
以下引用
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" },
Sorry, something went wrong.
https://github.com/nuxt/docs/pull/2053/files
この大きな PR で差分が生じている訳ですね 😅
@noguchi-hiroshi 確認ありがとうございます。
大きな PR
そうですね。 #438 でだいぶ差分あるので、なるべく早く(今週)対応したいと考えています!
No branches or pull requests
本家のドキュメントに更新がありました 📄
Original:nuxt@92d2962
The text was updated successfully, but these errors were encountered: