Gifs finder built with Vue and Electron
This project is still in development, you can create issues and pull requests for improve it.
For this project you need Node installed on your machine with Npm or Yarn
You can clone this repository using Git:
git clone https://github.com/dj0nny/GifsWorld.git
Or download the repository here
Open a terminal and type, inside the directory:
npm run install
# OR
yarn install
for installing all the dependencies. At the end type, in the same folder:
npm run dev
# OR
yarn dev
for running the development version of this app.
This project was generated with electron-vue@8fae476 using vue-cli. Documentation about the original structure can be found here.
- Vue.js - A Javascript framework
- Electron - Build cross platform desktop apps with JavaScript, HTML, and CSS
- Vuex - Centralized State Management for Vue.js
Pull Requests for adding features ⇄ and ★ are welcome 😎