0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

フロントエンドの開発環境

0
Last updated at Posted at 2017-07-10

インストール

Homebrew

Node.js

https://nodejs.org/ja/
安定版のLTSを選択

Yeoman

http://yeoman.io/
npm install --global yo

Gulp

https://gulpjs.com/
npm install --global gulp-cli

Bower

https://bower.io/
sudo npm install -g bower

nodemon

https://nodemon.io/
npm install -g nodemon

eslint

https://www.npmjs.com/package/eslint
npm install eslint --save-dev

peer

https://www.npmjs.com/package/peer
npm install peer

Yeomanの実行

yo

aaaaa

npm install
bower install

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?