바벨 공식 사이트 :

Babel · The compiler for next generation JavaScript

ES6 modules 문법

export {변수, 함수}
import {불러올 변수 혹은 함수 이름} from '파일경로';

export, import 좀 더 디테일

Modules | Vue.js + ES6


export import 문법 예제

설치