使用过程
首先定义一个node的项目nom init -y
然后新建一个src目录,写上js文件
配置.babelrc文件:{“presets”:[“es2015”],”plugins”:[]}
安装解码器:cnpm install –sa
2022-01-19