Sin descripción

wine b85ccb7eb3 0902 hace 3 meses
.vscode 0a5b9c4eae 0901 hace 3 meses
public 0a5b9c4eae 0901 hace 3 meses
src b85ccb7eb3 0902 hace 3 meses
.editorconfig 0a5b9c4eae 0901 hace 3 meses
.gitignore 0a5b9c4eae 0901 hace 3 meses
.npmrc 0a5b9c4eae 0901 hace 3 meses
.prettierrc.json 0a5b9c4eae 0901 hace 3 meses
README.md bc8bbf5266 first commit hace 3 meses
eslint.config.js 0a5b9c4eae 0901 hace 3 meses
iJoyPlay.Client.md 0a5b9c4eae 0901 hace 3 meses
index.html 0a5b9c4eae 0901 hace 3 meses
jsconfig.json 0a5b9c4eae 0901 hace 3 meses
package-lock.json 0a5b9c4eae 0901 hace 3 meses
package.json 0a5b9c4eae 0901 hace 3 meses
postcss.config.js 0a5b9c4eae 0901 hace 3 meses
quasar.config.js 0a5b9c4eae 0901 hace 3 meses

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.