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
- Host: GitHub
- URL: https://github.com/poignardazur/photogrid
- Owner: PoignardAzur
- Created: 2017-04-13T13:09:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T13:14:12.000Z (about 9 years ago)
- Last Synced: 2025-03-20T22:44:44.424Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# item_grid
Vue-base server app displaying a grid
[](http://standardjs.com/)
[](http://forthebadge.com)
[](http://forthebadge.com)
[](http://forthebadge.com)
[](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