https://github.com/vtfk/masseutsendelse-web
Web applikasjon for masseutsendelse for SMM sektoren
https://github.com/vtfk/masseutsendelse-web
Last synced: 4 months ago
JSON representation
Web applikasjon for masseutsendelse for SMM sektoren
- Host: GitHub
- URL: https://github.com/vtfk/masseutsendelse-web
- Owner: vtfk
- License: mit
- Created: 2021-10-11T12:17:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T21:53:10.000Z (5 months ago)
- Last Synced: 2024-12-08T22:28:56.562Z (5 months ago)
- Language: Vue
- Size: 551 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# masseutsendelse-web
## Environment variables
These will have to be defined in your build environment (example: GitHub Actions) as it is a static web app.
| Enviromnent variable | Description |
|---|---|
| VUE_APP_MASSEUTSENDELSEAPI_BASE_URL | The base url of the MasseutsendelseAPI |
| VUE_APP_MATRIKKELPROXY_CLIENTID | The ClientId that the MatrikkelProxyAPI should use when contacting the Matrikkel |
| VUE_APP_EXCLUDED_OWNER_IDS | Commase pparated list of person/organization numbers that should be automatically excluded |
| VUE_APP_MOCK_MATRIKKEL_API (Development) | Should the MatrikkelProxyAPI be mocked? (true/false) |
| VUE_APP_MOCK_MASSEUTSENDELSE_API (Development) | Should the MasseutsendelseAPI be mocked? (true/false) |
| VUE_APP_AZUREAD_CLIENTID | The Azure Appregistration clientId |
| VUE_APP_AZUREAD_AUTHORITYURL | https://login.microsoftonline.com/**TenantID** |## Project installation and setup
### Install all project dependencies
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```