ES6 变量的6种方式:var function let const import class。
组件输出:module export,export,export default。module export可以直接定义或者赋值,export只能输出对象,export default 输出可以不限制引用名称,无名称输出。
组件引用:import any from “./a.js”。