-
Notifications
You must be signed in to change notification settings - Fork 668
docs: update docs/ja #900
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: update docs/ja #900
Conversation
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.
レビュー 👀 コメント 💬 しました。
よろしくお願いします!
最初にプロジェクトを作成します。もし、Vue CLI をインストールしていないなら、 Vue CLI をグローバルにインストールしてください。 | ||
|
||
```shell | ||
$ npm install -g @vue/cli-service-global |
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.
npm install -g @vue/cli
では?
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.
} | ||
``` | ||
|
||
### Jest での SFCs の処理 |
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.
Vue で単体テスト出来る人は、初心者じゃないので、SFCs
でも通じると思うんですが、ここは、単一ファイルコンポーネント
でなるべく訳した方がいいと思います。
@@ -11,7 +11,7 @@ In this guide, we'll walk through how to setup a testing setup for a TypeScript | |||
First you need to create a project. If you don't have Vue CLI installed, install it globally: | |||
|
|||
```shell | |||
$ npm install -g @vue/cli-service-global |
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.
@eddyerburgh @kazupon
This line was changed.
@kazupon |
@eddyerburgh |
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.
Thanks guys :)
No description provided.