Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 598 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 598 Bytes

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