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

https://github.com/chrdek/vuejs-imggallery

:camera: :arrow_down_small: A reactive image gallery displaying images via http with axios
https://github.com/chrdek/vuejs-imggallery

axios image-gallery images vue vuejs vuejs-imggallery

Last synced: 2 months ago
JSON representation

:camera: :arrow_down_small: A reactive image gallery displaying images via http with axios

Awesome Lists containing this project

README

        

# vuejs-imggallery

Vuejs Image Gallery

![auto merges](https://github.com/chrdek/vuejs-imggallery/workflows/auto%20merges/badge.svg)           ![stales check](https://github.com/chrdek/vuejs-imggallery/workflows/stales%20check/badge.svg)

My first attempt at creating a reactive image gallery/viewer with vuejs. Currently utilizing Vue.js 4.1.1.

This project is based on the following node modules(node 10.15.0):
- Axios http req.
- Stack-grid images (vue).

To run the project follow the instructions below:

## Vuejs Project setup
Download, extract zip file from "Releases".

Start up server in project directory by running
```
npm run serve
```
Open localhost at index.html.

### To Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

Dependencies required:
```
+-- [email protected]
+-- [email protected]
```