暫無描述

wine e95c132af4 0905-2 3 月之前
.vscode 0a5b9c4eae 0901 3 月之前
public 0a5b9c4eae 0901 3 月之前
src e95c132af4 0905-2 3 月之前
.editorconfig 0a5b9c4eae 0901 3 月之前
.gitignore 0a5b9c4eae 0901 3 月之前
.npmrc 0a5b9c4eae 0901 3 月之前
.prettierrc.json 0a5b9c4eae 0901 3 月之前
README.md bc8bbf5266 first commit 3 月之前
eslint.config.js 0a5b9c4eae 0901 3 月之前
iJoyPlay.Client.md 0a5b9c4eae 0901 3 月之前
index.html 0a5b9c4eae 0901 3 月之前
jsconfig.json 0a5b9c4eae 0901 3 月之前
package-lock.json 0a5b9c4eae 0901 3 月之前
package.json 0a5b9c4eae 0901 3 月之前
postcss.config.js 0a5b9c4eae 0901 3 月之前
quasar.config.js 87e2db0e23 0905-1 3 月之前

README.md

iJoy (ijoyplay-client)

ijoy apps

Install the dependencies

yarn
# or
npm install

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

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.