Node.js めも

(updated: 2017-Jan-24)

導入

最初に nvm を導入する:

$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
$ cat >> ~/.bashrc

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
$

続いて、Node.js 本体をインストールする:

$ nvm ls-remote
$ nvm install stable
$ node -v

依存パッケージをインストール

カレントディレクトリにある package.json の設定にしたがって、ローカル(カレントディレクトリ直下の node_modules ディレクトリ)に依存パッケージをインストールできます。

普通に使うだけなら “dependencies” の依存パッケージのみインストールすればよい:

$ npm install

“devDependencies” の依存パッケージをインストールしたいときはオプションが必要:

$ npm install --only=dev

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

$ hexo new "My New Post"

More info: Writing

Run server

$ hexo server

More info: Server

Generate static files

$ hexo generate

More info: Generating

Deploy to remote sites

$ hexo deploy

More info: Deployment

Sample

aaa

Aaaaaaaaaaaaaaa

bbb

Bbbbbbbbbbbbbb

ccc

Ccccccccccccc

ddd

Dddddddddddd