Skip to content

JH1ller/vue-gallery

Repository files navigation

Vue Gallery App

Disclaimer

This project was created in the context of creating a family gallery website for my family. Some components may not be generic and are tailored to the specific use case. The project is in its current state not suitable to be reused by other people.

Features

  • Directories
  • Back & Forth Directory Navigation
  • Lightbox
  • Fullscreen mode
  • Diashow mode

Technologies

  • Vuejs
  • Vuex
  • Vue Class Components (& Property Decorator)
  • Typescript
  • SCSS

Build

Precondition

Development

(enables HMR & doesn't create vendor bundles)

  • npm run serve

Production

  • npm run build