Skip to content

Instantly share code, notes, and snippets.

@onocom
Created January 6, 2016 01:15
Show Gist options
  • Select an option

  • Save onocom/b24992bc06d10b562faa to your computer and use it in GitHub Desktop.

Select an option

Save onocom/b24992bc06d10b562faa to your computer and use it in GitHub Desktop.
Gulp勉強メモ
// Gulpを使うためのメモ
// NODE JS インストール
https://nodejs.org/en/
// Gulpインストール
npm install -g gulp
// NPM
npm init
// Gulp開発環境にインストール
npm install gulp --save-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment