martynvalenz / library-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library (library-books)

Library

Use node 16 or greater

Install the dependencies

yarn
# or
npm install

CP .env.example to .env and configure API_DEV url

cp .env.example .evn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.

About


Languages

Language:Vue 74.9%Language:TypeScript 15.3%Language:JavaScript 6.6%Language:Sass 2.1%Language:HTML 0.8%Language:CSS 0.2%Language:Shell 0.1%