/PhotoGrid

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

Primary LanguageJavaScript

item_grid

Vue-base server app displaying a grid

js-standard-style

forthebadge forthebadge forthebadge forthebadge

Build Setup

# 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