Prettifier is completely written in VUE JS
To get a live preview Click here
Put the long URL which you want to beautify in the left half of the editor and get the parsed and beautified result to the right half of the editor
To install prettifier
run the following commands in terminal or command prompt
Make sure that node.js
is installed in your system
npm install --production
To run Prettiefier on localhost
npm run serve
This will start a development server on port 8080
. Open your browser and search localhost:8080
You will see any lint errors or console errors as you edit
Happy Hacking!