frontend application for the lxd-manager backend
npm install
npm run serve
If the API is located on a different host the DEV_PROXY_URL
environment variable can be used to proxy and rewrite URLs without having to adjust any CORS settings in the backend.
For example: DEV_PROXY_URL='https://lxd-manager.example.org/' npm run serve
npm run build
npm run lint
MIT