Electron にライブラリを取り込もう
PhotonKit CSSフレームワーク
URL
http://photonkit.com/
https://github.com/connors/photon
インストール
>npm install connors/photon --save
React 関連
画面ライブラリの「React」関連モジュール
React URL
https://facebook.github.io/react
https://github.com/facebook/react
react-router URL
https://github.com/ReactTraining/react-router/issues
インストール
>npm install react@15.5.0 react-dom@15.5.0 react-router@3.0.5 --save
(>pm install --save react-router)
Babel関連モジュール
水地租かマト砂の変換用
URL
https://github.com/babel/babel
babel-preset-react URL
https://github.com/babel/babel/tree/master/packages/babel-preset-react
インストール
>npm install babel-cli@6.24.1 babel-preset-es2015@6.24.1 babel-preset-react@6.24.1 --save-dev