「Expressをインストールする」の版間の差分
提供: Node.js/JavaScript入門
(相違点なし)
|
2014年4月5日 (土) 21:31時点における版
概要
インストール
$ sudo npm install -g express
使い方
$ express -h Usage: express [options] [dir] Options: -h, --help output usage information -V, --version output the version number -s, --sessions add session support -e, --ejs add ejs engine support (defaults to jade) -J, --jshtml add jshtml engine support (defaults to jade) -H, --hogan add hogan.js engine support -c, --css <engine> add stylesheet <engine> support (less|stylus) (defaults to plain css) -f, --force force on non-empty directory
関連項目
- Expressをインストールする
- ExpressによるHello World