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 f841f2599f v2.0 1 year ago
..
.vscode add oaweb and keep go version 1 year ago
public v2.0 1 year ago
src v2.0 1 year ago
.editorconfig add oaweb and keep go version 1 year ago
.eslintignore oaweb quasar and oab rust update 1 year ago
.eslintrc.cjs crud grid 1 year ago
.gitignore add oaweb and keep go version 1 year ago
.npmrc add oaweb and keep go version 1 year ago
.prettierrc add oaweb and keep go version 1 year ago
README.md add oaweb and keep go version 1 year ago
index.html oaweb quasar and oab rust update 1 year ago
package.json crud cfgpage 1 year ago
postcss.config.cjs add oaweb and keep go version 1 year ago
postcss.config.js add oaweb and keep go version 1 year ago
quasar.config.js v2.0 1 year ago
tailwind.config.js add oaweb and keep go version 1 year ago
tsconfig.json add oaweb and keep go version 1 year ago
yarn.lock crud cfgpage 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.