ITRadio/client
Stepan Fedyanin 9d8d874607 add player 2024-06-14 17:34:20 +05:00
..
src add player 2024-06-14 17:34:20 +05:00
.editorconfig add client 2024-06-10 14:03:05 +05:00
.env.development add client 2024-06-10 14:03:05 +05:00
.env.production add client 2024-06-10 14:03:05 +05:00
.eslintignore add client 2024-06-10 14:03:05 +05:00
.eslintrc.cjs add client 2024-06-10 14:03:05 +05:00
.gitignore add client 2024-06-10 14:03:05 +05:00
.npmrc add client 2024-06-10 14:03:05 +05:00
README.md add client 2024-06-10 14:03:05 +05:00
babel.config.cjs add client 2024-06-10 14:03:05 +05:00
jsconfig.json add client 2024-06-10 14:03:05 +05:00
package-lock.json add player 2024-06-14 17:34:20 +05:00
package.json add player 2024-06-14 17:34:20 +05:00
postcss.config.cjs add client 2024-06-10 14:03:05 +05:00
quasar.config.js add client 2024-06-10 14:03:05 +05:00

README.md

Al App (al-client)

A Al project

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

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.