-
Notifications
You must be signed in to change notification settings - Fork 126
docs: Guide > Best Practices > Production Deployment #389
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
docs: Guide > Best Practices > Production Deployment #389
Conversation
- [Vite deployment guide](https://vitejs.dev/guide/static-deploy.html) | ||
- [Vue CLI deployment guide](https://cli.vuejs.org/guide/deployment.html) | ||
- [Vite 本番環境用のビルドガイド](https://ja.vitejs.dev/guide/build.html) | ||
- [Vite デプロイガイド](https://ja.vitejs.dev/guide/static-deploy.html) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[memo]
Vite は日本語の翻訳があったので、リンク先を日本語のものにしました。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
レビューしました。
1点修正お願いします:pray:
## ビルドツールあり | ||
|
||
Projects scaffolded via `create-vue` (based on Vite) or Vue CLI (based on webpack) are pre-configured for production builds. | ||
`create-vue` (Vite ベース) または Vue CLI (webpack ベース) で足場が組まれたプロジェクトは、本番ビルド用にあらかじめ設定がされています。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scaffold はそのままだと伝わりにくそうなので「生成」にすると良いかなと思いました
`create-vue` (Vite ベース) または Vue CLI (webpack ベース) で足場が組まれたプロジェクトは、本番ビルド用にあらかじめ設定がされています。 | |
`create-vue` (Vite ベース) または Vue CLI (webpack ベース) で生成されたプロジェクトは、本番ビルド用にあらかじめ設定がされています。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
レビューありがとうございます、修正しました!
ca53df7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
みました!
jay-es さん以外、特に問題ありそうなところはありませんでした。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございます!:ok_man:
resolve #41
よろしくお願いします。