Prettifier
A modern URL beautifier / parser made using Vue framework.
VUE.JS
JavaScript
HTML
CSS

Prettifier
Prettifier is a multipurpose modern prettier that can be used to beautify large URLs easily. It is completely written in Vue JS. Here is a step-by-step guide to installing and using Prettifier.
Installation
To install Prettifier, follow these steps:
- Ensure that you have Node.js installed on your system.
- Open the terminal or command prompt.
- Run the following command
npm install --production
Run on Localhost
To run Prettifier on localhost, follow these steps:
- Open the terminal or command prompt.
- Navigate to the Prettifier project directory.
- Run the following command:
npm run serve
- This will start a development server on port 8080.
- Open your browser and search for
localhost:8080
. - You will see any lint errors or console errors as you edit.
Usage
To use Prettifier, follow these steps:
- Put the long URL that you want to beautify in the left half of the editor.
- Get the parsed and beautified result on the right half of the editor.
That's it! You can now use Prettifier to beautify your URLs with ease.
Happy Hacking