エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
10 minute JavaScript: Library development in ES6 with Babel, Mocha and npm scripts
We’ll runnpm init to generate a package.json that we will add our project scripts and dependencie... We’ll runnpm init to generate a package.json that we will add our project scripts and dependencies to. Our package.json should look something like this: { "name": "recursive-js", "version": "1.0.0", "description": "Recursive JavaScript with ES6, destructuring and rest/spread", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Hugo Di Francesco" }T



2017/01/25 リンク