Go to file
Tyler 2ff5b6bc6b
continuous-integration/drone/push Build is passing Details
Ensure build-package.sh is executable
2019-12-29 18:19:25 -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 Use drone to build releases 2019-12-29 18:17:12 -05:00
src Use drone to build releases 2019-12-29 18:17:12 -05:00
static Use drone to build releases 2019-12-29 18:17:12 -05:00
.babelrc Initial commit 2017-12-03 17:54:36 -05:00
.drone.yml Ensure build-package.sh is executable 2019-12-29 18:19:25 -05:00
.editorconfig Initial commit 2017-12-03 17:54:36 -05:00
.gitignore Use drone to build releases 2019-12-29 18:17:12 -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.