Go to file
Tyler 6eeeaf9b7a Increment version 2018-04-17 00:08:10 -04:00
build Initial commit 2017-12-03 17:54:36 -05:00
config Initial commit 2017-12-03 17:54:36 -05:00
packaging Change package path 2018-04-03 23:39:55 -04:00
src Notifications 2018-04-17 00:06:11 -04:00
static Massive frontend overhaul 2018-04-03 23:30:31 -04:00
.babelrc Initial commit 2017-12-03 17:54:36 -05:00
.editorconfig Initial commit 2017-12-03 17:54:36 -05:00
.gitignore Initial commit 2017-12-03 17:54:36 -05:00
.gitlab-ci.yml Increment version 2018-04-17 00:08:10 -04:00
.postcssrc.js Initial commit 2017-12-03 17:54:36 -05:00
README.md Initial commit 2017-12-03 17:54:36 -05:00
index.html Add configuration file 2017-12-03 21:06:34 -05:00
package.json Notifications 2018-04-17 00:06:11 -04:00

README.md

arm-web

A web frontend to an automatic bluray ripper

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 detailed explanation on how things work, checkout the guide and docs for vue-loader.