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

https://github.com/softwarebrothers/forfeater-vue

Ordering food inside your company - frontend
https://github.com/softwarebrothers/forfeater-vue

Last synced: 2 months ago
JSON representation

Ordering food inside your company - frontend

Awesome Lists containing this project

README

          

# forfeater-vue

# Yarn (without docker)

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run serve -w
```

### Compiles and minifies for production
```
yarn run build
```

### Lints and fixes files
```
yarn run lint
```

# Docker
```
docker build -t forfeater-vue .
docker run -itd -p 80:80 --rm --name forfeater-vue forfeater-vue
```

## License

forfeater is Copyright © 2018 SoftwareBrothers.co. It is free software, and may be redistributed under the terms specified in the [LICENSE](LICENSE) file.

## About SoftwareBrothers.co

We are a software company who provides web and mobile development and UX/UI services, friendly team that helps clients from all over the world to transform their businesses and create astonishing products.

* We are available to [hire](https://softwarebrothers.co/contact).
* If you want to work for us - checkout the [career page](https://softwarebrothers.co/career).