Openrouteservice API web SPA client using VueJS, Vuetify and Vue2Leaflet
The ORS Map ClientTest is a single-page application (SPA) that acts as a map client for the openrouteservice API. It serves as a multifunctional base application that can be customized through configurations and extended using plugins. Developed using VueJS, Vuetify, and custom components, this application follows a feature-by-folder design, enhancing code organization, component coupling, and overall code understanding. The use of single file components and transpiling non-native JavaScript code to native JavaScript during the build process ensures efficient performance and development.
src/config-example
to src/config
, removing the -example
from their names.app-config.js
for orsApiKey
and bitlyApiKey
.The ORS Map ClientTest is a versatile application serving as a map client for the openrouteservice API. Built using VueJS, Vuetify, and custom components, it offers a feature-rich experience with customizable and extensible functionalities. Through a well-structured folder design and efficient transpilation process, this application provides a seamless user interface and enhanced code organization. By following the installation guide, users can quickly set up and run the app using Docker, Docker Compose, or natively, catering to different deployment preferences.