Skip to content

itorgov/pizza-shop

Repository files navigation

Pizza Shop

About

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.

Project setup

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.

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint