Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joel-ou/apopups-gallery

a vuejs gallery component
https://github.com/joel-ou/apopups-gallery

component gallery vue vuejs vuejs2

Last synced: about 7 hours ago
JSON representation

a vuejs gallery component

Awesome Lists containing this project

README

        

Demo: https://joel-ou.github.io/APopupsGalleryDemo/
# *It is still under test. Do not use it in production environment
*&&&*** Try not to use it on PC, It's for mobile

## Before starting
Before using, you need to know about vuejs and vue's single-file component development

## Getting started

### Step1: install by npm
`npm install apopups-gallery -S`

### Step2: import gallery vue component
`import gallery from "apopups-gallery";`

### Step3: Add to vuejs components
`components: { gallery }`

### Step4: useing gallery component on your vue page
``

### More info:
see here https://joel-ou.github.io/APopupsGalleryDemo/