Electron app for North River Factory Displays
Go to file
2019-08-20 11:38:01 -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 basic skeleton for 1920x1080 2019-08-20 11:38:01 -07:00
static basic skeleton for 1920x1080 2019-08-20 11:38:01 -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 basic skeleton for 1920x1080 2019-08-20 11:38:01 -07:00
package-lock.json basic skeleton for 1920x1080 2019-08-20 11:38:01 -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.