In App.vue, set the POST request URL to localhost:8082
and make sure azgen-api is running.
.post('http://localhost:8082', data)
//.post('https://api.activation.zone', data)
At the root of the azgen-web directory:
npm install
Run the following command and access the site by referencing the "App running at:" print out:
npm run serve
npm run build
npm run lint
Front end application by @eheinrich and @arkorobotics;