Prettifier

A modern URL beautifier / parser made using Vue framework.

vuedotjs

VUE.JS

javascript

JavaScript

html5

HTML

css3

CSS

cover_image

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:

  1. Ensure that you have Node.js installed on your system.
  2. Open the terminal or command prompt.
  3. Run the following command
npm install --production

Run on Localhost

To run Prettifier on localhost, follow these steps:

  1. Open the terminal or command prompt.
  2. Navigate to the Prettifier project directory.
  3. Run the following command:
npm run serve
  1. This will start a development server on port 8080.
  2. Open your browser and search for localhost:8080.
  3. You will see any lint errors or console errors as you edit.

Usage

To use Prettifier, follow these steps:

  1. Put the long URL that you want to beautify in the left half of the editor.
  2. 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