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
- Host: GitHub
- URL: https://github.com/chrdek/vuejs-imggallery
- Owner: chrdek
- License: gpl-2.0
- Created: 2019-12-31T15:39:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T19:33:53.000Z (4 months ago)
- Last Synced: 2025-02-10T20:32:43.922Z (4 months ago)
- Topics: axios, image-gallery, images, vue, vuejs, vuejs-imggallery
- Language: Vue
- Homepage:
- Size: 1.73 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# vuejs-imggallery
Vuejs Image Gallery
 
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]
```