Created
January 6, 2016 01:15
-
-
Save onocom/b24992bc06d10b562faa to your computer and use it in GitHub Desktop.
Gulp勉強メモ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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