タグ

es6とelectronに関するmanabouのブックマーク (2)

  • electronでbabel + reactを直接使えるようにするまで - Qiita

    さくっとelectronでbabel呼び出すところまでが良さそうな情報無くて錯綜した。 一旦出来たのでメモ (ビルド&配布あたりまでは行ってないが、まず動く感じのところまでなのでご了承) 出来上がりが見たい場合はこれ (もう記事より古くなってるので多分参考になりません) https://github.com/suisho/example-electron-babel/ 構成 好みだがこんな感じにしている $ tree -I node_modules . ├── app │   ├── client │   │   ├── Foo.jsx │   │   └── main.jsx │   ├── index.html │   └── index.js └── package.json コード体は./app以下に固めている。トップ階層に入れておくと後でgulpfileとか膨れてきた時に汚い感

    electronでbabel + reactを直接使えるようにするまで - Qiita
  • State of the Moustache | Yeoman

    This is a post by team member Addy Osmani. In this issue we cover generators for React, ES6, desktop apps and more. IntroAllo! Allo! April is a special month for us as it represents 3 years since the project first started and almost 2 years since we decided to rename the binary from yeoman to yo. This month also saw Yeoman grow to 1.3 million total installs and 1635 community generators. A huge th

  • 1