You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OneAuth/oaweb
veypi ad4f9d4b6a update user app conntector 1 year ago
..
.vscode
public oaweb quasar and oab rust update 1 year ago
src update user app conntector 1 year ago
.editorconfig
.eslintignore oaweb quasar and oab rust update 1 year ago
.eslintrc.cjs oaweb quasar and oab rust update 1 year ago
.gitignore
.npmrc
.prettierrc
README.md
index.html oaweb quasar and oab rust update 1 year ago
package.json update user app conntector 1 year ago
postcss.config.cjs
postcss.config.js
quasar.config.js oaweb quasar and oab rust update 1 year ago
tailwind.config.js
tsconfig.json
yarn.lock update user app conntector 1 year ago

README.md

OneAuth (oaweb)

oneauth

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.