Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 844 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 844 Bytes

umi

Better Crunchyroll

Fork of remixz/umi with some of the prs applied.

Also contains the source for the chrome extension for running on your own custom url.

Docker image at phynias/umi (listens on port 8080)

I suggest running behind a proxy like traefik or nginx with an ssl termination.

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.