Нема описа

wine 87e2db0e23 0905-1 пре 3 месеци
.vscode 0a5b9c4eae 0901 пре 3 месеци
public 0a5b9c4eae 0901 пре 3 месеци
src 87e2db0e23 0905-1 пре 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.