https://github.com/recheck-io/vue-recheck-authorizer-app
ReCheck Authorizer package test app
https://github.com/recheck-io/vue-recheck-authorizer-app
Last synced: 12 days ago
JSON representation
ReCheck Authorizer package test app
- Host: GitHub
- URL: https://github.com/recheck-io/vue-recheck-authorizer-app
- Owner: ReCheck-io
- License: mit
- Created: 2020-03-27T10:21:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:44:47.000Z (almost 3 years ago)
- Last Synced: 2024-12-18T23:17:15.058Z (11 months ago)
- Language: JavaScript
- Size: 3.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-recheck-authorize-app
#### Package: [vue-recheck-authorizer](https://github.com/ReCheck-io/vue-recheck-authorizer)
## To start/build project you need env file with the following config
*Each (production/development) scripts loads file for itself*
`.env.production.local` for production settings/scripts
`.env.development.local` for development settings/scripts
Example `.env.production.local` file:
```bash
# production (logs disabled) or debug (logs enabled)
VUE_APP_LOGGER_MODE=production
# api endpoint,network needed for init function
VUE_APP_API_ENV=https://beta.recheck.io,ae
```
> [More about env variables in Vuejs](https://cli.vuejs.org/guide/mode-and-env.html#:~:text=When%20running%20vue%2Dcli%2Dservice,defaults%20to%20%22development%22%20otherwise.)
## Project setup
```bash
npm install
### Compiles and hot-reloads for development
npm run dev
### Compiles and minifies for production
npm run build
### Lints and fixes files
npm run lint
```