@luminexs/gallery
v1.3.3
Published
nuxt2 gallery component
Readme
@luminexs/gallery
Installation
- Add the following line to the
devDependencieswith your package manager:
# Using npm
npm install @luminexs/gallery --save-dev- Add
@luminexs/galleryto themodulessection ofnuxt.config.js
{
modules: [
['@luminexs/gallery', {
token: "your token"
}],
],
}🚀 Usage
- Open gallery
this.$gallery.open()