This project has a simple Vue.JS code that consumes the REST API GeoNames API Node/MongoDB.
It was already compiled using a read-only api key. Its resulting files are placed in /dist
folder.
Option 1:
php -S 0.0.0.0:8081 -t dist/
Option 2:
npm install
npm run serve
npm run build
npm run lint
You can check the app running on Heroku by clicking here.
Drop me an e-mail