Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itorgov/pizza-shop

Just an example of my work.
https://github.com/itorgov/pizza-shop

vue vue-cli vue-router vuejs vuex yarn

Last synced: 10 days ago
JSON representation

Just an example of my work.

Awesome Lists containing this project

README

        

# 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](https://github.com/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
```