Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jackomo007/vuetron-image-scaling-app

Application for resize images using vue with electron and tailwind
https://github.com/jackomo007/vuetron-image-scaling-app

electron tailwind vue

Last synced: about 2 months ago
JSON representation

Application for resize images using vue with electron and tailwind

Awesome Lists containing this project

README

        

Application for resize images using vue with electron and tailwind


logo


## ⚙️ Technologies Used:
- Vue
- Electron
- Tailwind

## Installation:

Clone this repository on your machine:

```bash
$ git clone https://github.com/jackomo007/vuetron-image-scaling-app.git
```

Go to the folder where clone the repo and run:

```bash
cd vuetron-image-scaling-app
```

```bash
npm install
```

```bash
npm start
```


## Building:

To build a local version of the project (Run the executable):

```bash
npm run make
```

And go to the output folder to run the executable file.

## Details:

The project is already in production mode, if you want to run in development mode, just commit this line in the main.js file:

``` js
process.env.NODE_ENV = 'production';
```

## Screens

The functioning of this application can be seen below:

home


about