参考:https://github.com/beautify-web/js-beautify
1、安装
npm install --save js-beautify
2、引入
const beautifyJS = require(‘js-beautify’).js_beautify
3、使用
beautifyJS(JSON.stringify(options), { indent_size: 2 }
参数1:要格式化的代码
参数2:样式
格式化前:
格式化后:
参考:https://github.com/beautify-web/js-beautify
1、安装
npm install --save js-beautify
2、引入
const beautifyJS = require(‘js-beautify’).js_beautify
3、使用
beautifyJS(JSON.stringify(options), { indent_size: 2 }
参数1:要格式化的代码
参数2:样式
格式化前:
格式化后: