An open API service indexing awesome lists of open source software.

https://github.com/poignardazur/photogrid

Vue.js based server application that displays a grid of images
https://github.com/poignardazur/photogrid

Last synced: about 2 months ago
JSON representation

Vue.js based server application that displays a grid of images

Awesome Lists containing this project

README

          

# item_grid

Vue-base server app displaying a grid

[![js-standard-style](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](http://standardjs.com/)

[![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](http://forthebadge.com)
[![forthebadge](http://forthebadge.com/images/badges/makes-people-smile.svg)](http://forthebadge.com)
[![forthebadge](http://forthebadge.com/images/badges/uses-js.svg)](http://forthebadge.com)
[![forthebadge](http://forthebadge.com/images/badges/uses-badges.svg)](http://forthebadge.com)

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
# -t (or --target=) option is optionnal and override the default webpack target (https://webpack.github.io/docs/configuration.html#target)
npm start [-- -t {target}] # or `npm run dev`

# launch electron and open a window at localhost:8080
# you must have run the `npm run dev` command in an other terminal window
# -s option is optionnal is used to add settings over the default settings
npm run electron [-- -s {settings}]

# build for production with minifications and package the app.
npm run build
# Note: use the -t (or --target=) option to override the default webpack target (https://webpack.github.io/docs/configuration.html#target). For example `npm run build -- -t web`.

For detailed explanation on how things work, checkout the [guide](http://soixantecircuits.github.io/nd/).

:wq