Go to file
fangxiang 8fe3ab127e 添加播放列表功能 2022-01-18 14:20:04 +08:00
public 添加关于对话框,添加温度显示 2021-12-23 17:08:21 +08:00
src 添加播放列表功能 2022-01-18 14:20:04 +08:00
src-pwa 添加 SPA 模式 2021-08-24 17:07:29 +08:00
.editorconfig 提交初始代码 2021-08-05 14:23:45 +08:00
.gitignore 提交初始代码 2021-08-05 14:23:45 +08:00
.postcssrc.js 提交初始代码 2021-08-05 14:23:45 +08:00
README.md 添加 SPA 模式 2021-08-24 17:07:29 +08:00
babel.config.js 提交初始代码 2021-08-05 14:23:45 +08:00
package.json 添加播放列表功能 2022-01-18 14:20:04 +08:00
quasar.conf.js 添加 SPA 模式 2021-08-24 17:07:29 +08:00
tsconfig.json 提交初始代码 2021-08-05 14:23:45 +08:00
yarn.lock 添加播放列表功能 2022-01-18 14:20:04 +08:00

README.md

Quasar App (media_player_client)

A Quasar Framework app

Install the dependencies

yarn

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

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.