No Description

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

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.