Go to file
Tyler e81b1758ac Build and package 2017-12-03 20:57:24 -05:00
build Initial commit 2017-12-03 17:54:36 -05:00
config Initial commit 2017-12-03 17:54:36 -05:00
packaging Build and package 2017-12-03 20:57:24 -05:00
src Initial commit 2017-12-03 17:54:36 -05:00
static Initial commit 2017-12-03 17:54:36 -05: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 Build and package 2017-12-03 20:57:24 -05: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 Initial commit 2017-12-03 17:54:36 -05:00
package.json Build and package 2017-12-03 20:57:24 -05: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.