/kikoeru-quasar

kikoeru 前端

Primary LanguageVueGNU General Public License v3.0GPL-3.0

Kikoeru (kikoeru-quasar)

A self-hosted web media player for listening to your DLsite voice works.

unstable build status

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

If you prefer SPA:

quasar build

If you prefer PWA:

quasar build -m pwa

Customize the configuration

See Configuring quasar.conf.js.