Electron app for North River Factory Displays
Go to file
2019-08-20 11:12:18 -07:00
build Initial Commit 2019-08-19 22:47:53 -07:00
config Initial Commit 2019-08-19 22:47:53 -07:00
src set zoom to max at 1.0 and added static/wallpaper.jpg 2019-08-20 11:12:18 -07:00
static set zoom to max at 1.0 and added static/wallpaper.jpg 2019-08-20 11:12:18 -07:00
.babelrc Initial Commit 2019-08-19 22:47:53 -07:00
.editorconfig Initial Commit 2019-08-19 22:47:53 -07:00
.eslintignore Initial Commit 2019-08-19 22:47:53 -07:00
.eslintrc.js Initial Commit 2019-08-19 22:47:53 -07:00
.gitignore Initial Commit 2019-08-19 22:47:53 -07:00
.postcssrc.js Initial Commit 2019-08-19 22:47:53 -07:00
index.html Initial Commit 2019-08-19 22:47:53 -07:00
package-lock.json Initial Commit 2019-08-19 22:47:53 -07:00
package.json Initial Commit 2019-08-19 22:47:53 -07:00
README.md Initial Commit 2019-08-19 22:47:53 -07:00

Raspberry Pi Display App

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.