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
- Host: GitHub
- URL: https://github.com/softwarebrothers/forfeater-vue
- Owner: SoftwareBrothers
- License: mit
- Created: 2018-09-13T17:56:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T14:24:14.000Z (over 3 years ago)
- Last Synced: 2024-04-18T13:25:28.569Z (about 2 years ago)
- Language: Vue
- Size: 5.59 MB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).