This repository has been archived on 2023-10-18 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
a9a91245133ad8ac6eaf960988606ad850640dda
PocketBase (frontend-pocketbase)
frontend of pocketbase backend
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
Description
Languages
Vue
58.7%
JavaScript
37%
HTML
2.5%
Dockerfile
1.2%
Shell
0.6%