Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/amitsingh-007/uglifyjs-compiler
- Owner: amitsingh-007
- License: mit
- Created: 2020-08-30T08:05:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T05:17:29.000Z (about 1 month ago)
- Last Synced: 2025-01-14T02:57:38.963Z (about 1 month ago)
- Topics: shadcn-solid, solidjs, solidstart, stackblitz, tailwindcss, uglifyjs-compiler
- Language: TypeScript
- Homepage: https://uglifyjs-compiler.vercel.app
- Size: 1.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.