Food delivery single-page application made using VueJS, VueX and Vuetify.
The app uses an .env file to store the environment variables. In the repository there's an .env.example file with the fields we are waiting for
VUE_APP_API=http://localhost:3000/
Which only points to the URL of the Deliverii REST API
$ npm install
npm install
npm run serve
npm run build
npm run test:unit
npm run lint --fix