js 压缩成 min.js , js 反格式化

1.安装插件

npm install uglify-js -g

2.运行压缩命令

uglifyjs test.js -o test.min.js

你可能感兴趣的:(前端开发,开发工具,javascript,前端,vue.js)