1. vue-less-format

vue-less-format

vue-less-format

This is simply vue-css-format and postcss-format-less-mixins put together.

usage

  • install
 npm install vue-less-format --save-dev
  • write the following js file
 var format = require('vue-less-format');
var path = require('path')

format(path.resolve()) // the directory want to format
  • run the js code
 node index.js

License

The MIT License