Nav apraksta

wine 57f93a4b25 0904 3 mēneši atpakaļ
.vscode 0a5b9c4eae 0901 3 mēneši atpakaļ
public 0a5b9c4eae 0901 3 mēneši atpakaļ
src 57f93a4b25 0904 3 mēneši atpakaļ
.editorconfig 0a5b9c4eae 0901 3 mēneši atpakaļ
.gitignore 0a5b9c4eae 0901 3 mēneši atpakaļ
.npmrc 0a5b9c4eae 0901 3 mēneši atpakaļ
.prettierrc.json 0a5b9c4eae 0901 3 mēneši atpakaļ
README.md bc8bbf5266 first commit 3 mēneši atpakaļ
eslint.config.js 0a5b9c4eae 0901 3 mēneši atpakaļ
iJoyPlay.Client.md 0a5b9c4eae 0901 3 mēneši atpakaļ
index.html 0a5b9c4eae 0901 3 mēneši atpakaļ
jsconfig.json 0a5b9c4eae 0901 3 mēneši atpakaļ
package-lock.json 0a5b9c4eae 0901 3 mēneši atpakaļ
package.json 0a5b9c4eae 0901 3 mēneši atpakaļ
postcss.config.js 0a5b9c4eae 0901 3 mēneši atpakaļ
quasar.config.js 0a5b9c4eae 0901 3 mēneši atpakaļ

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.