mirror of https://github.com/veypi/OneAuth.git
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.
veypi ad4f9d4b6a | 1 year ago | |
---|---|---|
.. | ||
.vscode | 1 year ago | |
public | 1 year ago | |
src | 1 year ago | |
.editorconfig | 1 year ago | |
.eslintignore | 1 year ago | |
.eslintrc.cjs | 1 year ago | |
.gitignore | 1 year ago | |
.npmrc | 1 year ago | |
.prettierrc | 1 year ago | |
README.md | 1 year ago | |
index.html | 1 year ago | |
package.json | 1 year ago | |
postcss.config.cjs | 1 year ago | |
postcss.config.js | 1 year ago | |
quasar.config.js | 1 year ago | |
tailwind.config.js | 1 year ago | |
tsconfig.json | 1 year ago | |
yarn.lock | 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