Go to file
Tyler bdb38fbb10
continuous-integration/drone/push Build is passing Details
Only upload *.tgz and *.deb to releases
2019-12-29 22:13: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 Fix package paths 2019-12-29 22:06:58 -05:00
src Potential fix for jobs not appearing after creation, remove jobs after complete 2019-12-29 20:12:55 -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 Only upload *.tgz and *.deb to releases 2019-12-29 22:13:24 -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.