Go to file
fangxiang d7376ca2fb 修改定时预案逻辑,解决定时预案设置时间错误的BUG 2022-03-19 12:12:43 +08:00
public 更换图标,增加语言切换 2022-03-10 16:23:26 +08:00
src 修改定时预案逻辑,解决定时预案设置时间错误的BUG 2022-03-19 12:12:43 +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-03-17 16:45:51 +08:00
quasar.conf.js 更换图标,增加语言切换 2022-03-10 16:23:26 +08:00
tsconfig.json 提交初始代码 2021-08-05 14:23:45 +08:00
yarn.lock 修改获取分辨率协议,和登录逻辑 2022-03-17 16:45:51 +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.