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
- Host: GitHub
- URL: https://github.com/okerx/route-finder
- Owner: okerx
- Created: 2020-08-05T21:59:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-11T19:57:38.000Z (over 4 years ago)
- Last Synced: 2024-08-11T05:09:04.719Z (almost 2 years ago)
- Topics: google-maps-api, google-maps-javascript-api, vue, vuejs
- Language: Vue
- Homepage: https://route-finder-theta.vercel.app/
- Size: 2.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).