This is a simple web application for ordering pizza written in Vue.js.
The backend for this project is placed in itorgov/pizza-shop-backend repository.
yarn install
Then copy the .env.local.example
file to a new file named .env.local
.
You should set VUE_APP_API_BASE_URL
in your .env.local
file with right value.
yarn serve
yarn build
yarn lint