An example frontend for managing drone data. Created with VueJS.
Run the following command to install the application:
npm install
Set the following environment variable to make API requests from the appropriate backend:
VUE_APP_AXIOS_BASE_URL
For example, this can be set to https://ld.landrs.org
to retrieve the relevant schema data.
Run the following command to start a local server instance:
npm run serve
To build the application for production execute the following command:
npm run build
The above command will write the files to be hosted in the dist
folder.