Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/itorgov/pizza-shop
- Owner: itorgov
- License: mit
- Created: 2020-04-21T11:41:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-27T03:23:22.000Z (over 2 years ago)
- Last Synced: 2023-03-05T06:14:14.107Z (over 1 year ago)
- Topics: vue, vue-cli, vue-router, vuejs, vuex, yarn
- Language: Vue
- Homepage: https://pizza-shop.itorgov.com
- Size: 10.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```