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.
- Directories
- Back & Forth Directory Navigation
- Lightbox
- Fullscreen mode
- Diashow mode
- Vuejs
- Vuex
- Vue Class Components (& Property Decorator)
- Typescript
- SCSS
- install node.js (https://nodejs.org/download/)
- install project dependencies:
npm install
(enables HMR & doesn't create vendor bundles)
npm run serve
npm run build