Apps-frontend is a frontend app written using VueJS framework. It makes use of the endpoints exposed by Apps-manager app.
Allows to list available Helm charts to be installed: install and uninstall them.
There is a GitHub action to build the image and push it to Docker hub
```bash
npm install
```
```bash
npm run serve
```
```bash
npm run build
```
```bash
npm run lint
```