Ei kuvausta

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

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.