Go to file
Tyler 1fa74c9ccf Add configuration file 2017-12-03 21:06:34 -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 Add configuration file 2017-12-03 21:06:34 -05:00
static Add configuration file 2017-12-03 21:06:34 -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 Add configuration file 2017-12-03 21:06:34 -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 Add configuration file 2017-12-03 21:06:34 -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.