摘要: Es6 模块化如何使用,开发环境如何打包 1.基本语法 import 与export 在一个文件中export一个,在要引用他的文件夹中 import 一个 在一个文件夹中export 多个,在引用他的文件夹中 import多个 import { .... } from 。。。 2.开发环境配置 b 阅读全文
posted @ 2018-11-22 21:37 1点 阅读(131) 评论(0) 推荐(0) 编辑