Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 731 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 731 Bytes

GeoNames Vue Example

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.

Running the project

Option 1:

php -S 0.0.0.0:8081 -t dist/

Option 2:

npm install
npm run serve

Rebuild to production

npm run build

Lints and fixes files

npm run lint

Live Demo

You can check the app running on Heroku by clicking here.

Questions and Suggestions?

Drop me an e-mail