0.3.3 • Published 7 months ago
flickrgallery v0.3.3
FlickrGallery
A project that was started to fulfil my own needs with a flickr gallery for my website/portfolio katzefudder.de See https://katzefudder.github.io/FlickrGallery/ for a demo.
Usage
main.js
import { createApp } from 'vue'
import App from './App.vue'
import {FlickrGalleryPlugin} from "flickrgallery";
import "flickrgallery/dist/style.css";
createApp(App)
.use(FlickrGalleryPlugin)
App.vue
<template>
<FlickrGallery title="All images of a specific user" user-id="_user_id" photoset-id="" api-key="_api_key" tags="" method="flickr.photos.search" extras="url_m,url_l,owner_name"></FlickrGallery>
</template>
<script>
...
</script>
0.3.0
7 months ago
0.3.2
7 months ago
0.3.1
7 months ago
0.3.3
7 months ago
0.2.3
11 months ago
0.2.1
11 months ago
0.2.0
11 months ago
0.2.2
11 months ago
0.1.10
1 year ago
0.1.9
1 year ago
0.1.0
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.8
2 years ago
0.1.7
2 years ago
0.1.4
2 years ago
0.0.5
2 years ago
0.1.3
2 years ago
0.0.4
2 years ago
0.1.6
2 years ago
0.1.5
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago