1.1.0 • Published 6 days ago

@abi-software/gallery v1.1.0

Weekly downloads
89
License
Apache-2.0
Repository
github
Last release
6 days ago

ABI-Software Gallery

This component is now built with Vue3 and Vite, Vue2 is no longer maintained but the source code can be found in this branch.

mapcore-gallery documentation

In App.vue - (Options API)

<template>
    <div>
      <Gallery :items="dataInput" @card-clicked="cardClicked" />
    </div>
</template>

<script>
import Gallery from './components/Gallery.vue'
import "@abi-software/gallery/dist/style.css";
export default {
  name: "App",
  components: {
    Gallery,
  },
  ...
}

When using the mixin

Contains the defaultImg source and the getRequest function for fetching the dataset images.

<script>
/* eslint-disable no-alert, no-console */
import GalleryHelper from "@abi-software/gallery/src/mixins/GalleryHelpers";
export default {
  mixins: [ GalleryHelper ],
  ...
}

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run serve

Compile and Minify for Production

npm run build-bundle

Lint with ESLint

npm run lint

API Documentation

The API documentation is developed with vitepress and vuese. Documentation pages are in the docs folder.

To run in local development mode

npm run docs:watch

This will start the documentation server with vitepress on port :5173 and watch the components' changes.

1.1.0

6 days ago

1.0.0

22 days ago

0.5.0-vue3.5

4 months ago

0.5.0-vue3.3

4 months ago

0.5.0-vue3.4

4 months ago

0.5.0-vue3.2

4 months ago

0.5.0-vue3.1

4 months ago

0.5.0-vue3.0

4 months ago

0.4.1-beta.1

11 months ago

0.4.1-beta.0

11 months ago

0.3.4-beta.0

11 months ago

0.4.0

11 months ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.2-beta

2 years ago

0.3.0

2 years ago

0.3.0-beta.6

2 years ago

0.3.0-beta.5

2 years ago

0.3.1

2 years ago

0.3.0-beta.2

2 years ago

0.3.0-beta.3

2 years ago

0.3.0-beta.4

2 years ago

0.1.5-beta.0

2 years ago

0.2.1-beta-1

2 years ago

0.2.1-beta-2

2 years ago

0.2.1-beta-3

2 years ago

0.2.1-beta-4

2 years ago

0.3.0-beta.0

2 years ago

0.3.0-beta.1

2 years ago

0.2.2

2 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3-alpha.10

3 years ago

0.1.3-alpha.5

3 years ago

0.1.3-alpha.6

3 years ago

0.1.3-alpha.7

3 years ago

0.1.3-alpha.8

3 years ago

0.1.3-alpha.9

3 years ago

0.1.3-alpha.4

3 years ago

0.1.3-alpha.1

3 years ago

0.1.3-alpha.2

3 years ago

0.1.3-alpha.3

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago