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

Feature/#98 #100

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6534689
translated Polymer-Project.org "Tools overview"
kazu80 Oct 15, 2017
cf6acdd
translated Polymer-Project.org "Tools overview"
kazu80 Oct 16, 2017
4aa8787
translated Polymer-Project.org "Tools overview"
kazu80 Oct 17, 2017
6e6ba60
translated Polymer-Project.org "polymer-cli"
kazu80 Oct 18, 2017
0459c4c
translated Polymer-Project.org "polymer-cli"
kazu80 Oct 20, 2017
7f716a7
translated Polymer-Project.org "polymer-cli"
kazu80 Oct 21, 2017
d34e695
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Oct 23, 2017
c5410a4
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Oct 25, 2017
e1dcd81
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Oct 27, 2017
829f9cd
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Oct 28, 2017
75a829d
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Oct 29, 2017
3b813d8
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Oct 29, 2017
4dfdacb
#98 [add] original file
ecouffes Nov 3, 2017
a04fea8
kawakamiさん翻訳分を、デプロイ用ファイルに移植 #98
ecouffes Nov 3, 2017
6406a31
translated Polymer-Project.org "polymer-cli-commands"
ecouffes Nov 3, 2017
8e23de4
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 8, 2017
2536a79
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 11, 2017
a457da8
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 12, 2017
c7c653a
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 14, 2017
5202490
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 14, 2017
897cb37
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 15, 2017
f3ad02e
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 16, 2017
77e9bc7
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 18, 2017
e2f7004
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 19, 2017
b79440b
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 20, 2017
ea1ea45
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 21, 2017
cc8e0c9
translated Polymer-Project.org "polymer-cli-commands"
kazu80 Nov 23, 2017
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
Prev Previous commit
Next Next commit
translated Polymer-Project.org "Tools overview"
kazu80 committed Oct 16, 2017
commit cf6acdd57efa28ed93dee9388009a28b8e66cef6
62 changes: 62 additions & 0 deletions polymer-project.org/Polymer/polymer-cli.md
Original file line number Diff line number Diff line change
@@ -18,3 +18,65 @@ Linuxまたは、MacOSオペレーティングシステムにPolymer CLIをイ

Windows 10でPolymer CLIを実行するための推奨方法については、下記の[Windows 10でのPolymer CLIのインストール](https://www.polymer-project.org/2.0/docs/tools/polymer-cli#windows-10)に関する説明を参照してください。



## Install Polymer CLI

> Make sure you have installed a version of Node.js supported by Polymer. To check the version of Node.js that you have installed, run:

- PolymerがサポートしているNode.jsのバージョンをインストールしていることを確認してください。インストールしたNode.jsのバージョンを確認するには、次のコマンドを実行します。

```
node --version
```

> See the official node version support policy for more details.

詳細は[公式Nodeバージョンサポートポリシー](https://www.polymer-project.org/2.0/docs/tools/node-support)を参照してください。

> Update npm.

- npmをアップデートします

```
npm install npm@latest -g
```

> Ensure that Git is installed.

- Gitがインストールされていることを確認してください。

```
git --version
```

> If it isn't, you can find it on the Git downloads page.

または、[Git downloads ページ](https://git-scm.com/downloads)で見つけることができます。


> Install the latest version of Bower.

- Bowerの最新バージョンをインストールします。

```
npm install -g bower
```

> Install Polymer CLI.

- Polymer CLIをインストールします

```
npm install -g polymer-cli
```

> Bower deprecation warning.In the output from this command, you may see an npm warning about Bower being deprecated. You can safely ignore this warning. See Bower.io for more information.

**Bower deprecation warning**
このコマンド出力はBowerの廃止予定に関するnpmの警告なのですが、この警告は無視しても問題ありません。詳細については、[Bower.io](https://bower.io/blog/)を参照してください。


> You're all set. Run polymer help to view a list of commands.

インストールは以上です。`polymer help`を実行して、コマンドのリストを表示してみましょう。