Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jackomo007/vuetron-image-scaling-app
- Owner: jackomo007
- License: mit
- Created: 2022-12-17T08:51:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T17:56:05.000Z (about 2 years ago)
- Last Synced: 2024-11-09T19:12:48.044Z (3 months ago)
- Topics: electron, tailwind, vue
- Language: CSS
- Homepage:
- Size: 292 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Application for resize images using vue with electron and tailwind
![]()
## ⚙️ 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:
![]()
![]()