Go to file
fangxiang 40a1705c07 修复pad端预案运行时还能开窗的BUG并添加相应提示 2022-04-22 14:45:44 +08:00
public 完成pad端登录页面。添加微软雅黑字体为首选字体 2022-04-21 15:12:00 +08:00
src 修复pad端预案运行时还能开窗的BUG并添加相应提示 2022-04-22 14:45:44 +08:00
src-capacitor 添加安卓编译 2022-04-21 16:54:37 +08:00
src-pwa 添加 SPA 模式 2021-08-24 17:07:29 +08:00
.editorconfig
.gitignore
.postcssrc.js
README.md 添加 SPA 模式 2021-08-24 17:07:29 +08:00
babel.config.js
package.json 合并pad分支 2022-04-21 15:40:07 +08:00
quasar.conf.js 更换图标,增加语言切换 2022-03-10 16:23:26 +08:00
tsconfig.json
yarn.lock 完成信号源显示,信号源拖拽开窗,替换窗口 2022-04-19 14:44:07 +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.