export / import と exports / require - Qiita

まとめexport / import は ES2015 (ES6) の構文。export default とすると import 先の名前 (クラス名、関数名など) を省略できる。export…