Skip to content

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

Merged
merged 2 commits into from
Aug 7, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/using-with-typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor Author

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.

$ npm install -g @vue/cli
```

And create a project by running:
Expand Down
4 changes: 2 additions & 2 deletions docs/ja/guides/using-with-typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TypeScript は JavaScript に型とクラスを加えた人気のある JavaScri
最初にプロジェクトを作成します。もし、Vue CLI をインストールしていないなら、 Vue CLI をグローバルにインストールしてください。

```shell
$ npm install -g @vue/cli-service-global
$ npm install -g @vue/cli
```

以下のようにプロジェクトを作成します。
Expand Down Expand Up @@ -52,7 +52,7 @@ $ npm install --save-dev jest @vue/test-utils
}
```

### Jest での SFCs の処理
### Jest での単一ファイルコンポーネントの処理

Jest が `*.vue` ファイルを処理するために `vue-jest` プリプロセッサをインストールして設定します。

Expand Down