Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amitsingh-007/uglifyjs-compiler

A JS Compiler to compile any JS code into a valid uglified transpiled JS code. You can also execute the uglified JS code right from the browser.
https://github.com/amitsingh-007/uglifyjs-compiler

shadcn-solid solidjs solidstart stackblitz tailwindcss uglifyjs-compiler

Last synced: about 1 month ago
JSON representation

A JS Compiler to compile any JS code into a valid uglified transpiled JS code. You can also execute the uglified JS code right from the browser.

Awesome Lists containing this project

README

        

# UglifyJS Compiler

This is a JavaScript Compiler to compile any JavaScript code into a valid uglified and transpiled JavaScript code. You can also execute the uglified JavaScript code right from the browser itself using the StackBlitz VM.

Visit the [UglifyJS Compiler](https://uglifyjs-compiler.vercel.app) to use the uglify JavaScript compiler.

## Development

- Run `pnpm i` to install the dependencies.
- Run `pnpm dev` to start local dev server.

## Deployment

- Run `pnpx vercel deploy --prod` to deploy to Vercel.