This is a desktop application (electron) use to convert and compress images. It's currently under construction, you can preview these changes here.
I've actually created this desktop app in python already but I wanted to create it in Javascript with better tools and more features.
- Vue 3 (with Typescript)
- Single File Component (SFC) with setup <script>
- Auto Import
- Vue Component
- Vue Dev tools
- Webfont DL
- Icons - I used Tabler Icons
- TailwindCSS
- Vueuse/Core
Navigate to root folder for the project, and install the dependencies. Afterwards, you can either run the dev server or build the static files for production and run the preview version of production.
# Install dependencies
pnpm install
# Run dev mode
pnpm dev
# Build for production
pnpm build
# Preview Production
pnpm preview