Няма описание

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.