Go to file
fangxiang 8464933057 修复开窗坐标错误的BUG 2021-08-11 10:56:22 +08:00
public 提交初始代码 2021-08-05 14:23:45 +08:00
src 修复开窗坐标错误的BUG 2021-08-11 10:56:22 +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 提交初始代码 2021-08-05 14:23:45 +08:00
babel.config.js 提交初始代码 2021-08-05 14:23:45 +08:00
package.json 修复div大小修改时窗口不缩放的问题 2021-08-10 11:22:39 +08:00
quasar.conf.js 调整默认语言,调整横竖屏布局 2021-08-09 11:45:38 +08:00
tsconfig.json 提交初始代码 2021-08-05 14:23:45 +08:00
yarn.lock 修复div大小修改时窗口不缩放的问题 2021-08-10 11:22:39 +08:00

README.md

Quasar App (media_player_web)

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.