Go to file
fangxiang 3c3a31571a 调整顶部菜单布局
去除冗余窗口右键
尝试修复拖拽信号源失败的BUG(点击空白墙复现)
2022-02-10 19:39:15 +08:00
public 添加时钟信号源 2022-01-24 16:06:16 +08:00
src 调整顶部菜单布局 2022-02-10 19:39:15 +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-02-10 15:51:48 +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 修复坐标计算偏差大的BUG 2022-02-09 20:12: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.