项目作者: chrdek

项目描述 :
:camera: :arrow_down_small: A reactive image gallery displaying images via http with axios
高级语言: Vue
项目地址: git://github.com/chrdek/vuejs-imggallery.git
创建时间: 2019-12-31T15:39:45Z
项目社区:https://github.com/chrdek/vuejs-imggallery

开源协议:GNU General Public License v2.0

下载


vuejs-imggallery

Vuejs Image Gallery

auto merges stales check

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

  1. npm run serve

Open localhost at index.html.

To Customize configuration

See Configuration Reference.

Dependencies required:

  1. +-- axios@0.19.0
  2. +-- vue-stack-grid@1.1.0