Awesome
Subtitle Downloader(MSUB)
A Subtitle Downloader App
Install the dependencies
yarn install
Set API KEY
Get from here themoviedb. Rename .env.example to .env
API_KEY = your moviedb api
Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev (Single Page App)
quasar dev -m pwa (Progressive Web App - Not Recommended)
Build the app for production
quasar build (SPA)
quasar build -m pwa (Progressive Web App - Not Recommended)
quasar build -m capacitor -T android (APK)
quasar build -m capacitor -T ios (IPA)
Get App
Install platform base app by visiting website first time after PWA build.
No extra hassle. Not Recommende.