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

https://github.com/okerx/route-finder

VL Case Study
https://github.com/okerx/route-finder

google-maps-api google-maps-javascript-api vue vuejs

Last synced: about 1 year ago
JSON representation

VL Case Study

Awesome Lists containing this project

README

          

# route-finder

# [DEMO](https://route-finder-demo.herokuapp.com/)

## Docker Pull Command
```
docker pull ammaroker/route-finder
```

### Run production build with Docker
```
docker run -d -p 8080:8080 ammaroker/route-finder
```

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

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

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

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).