Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 572 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 572 Bytes

Vue Maps

Netlify Status

Vue Maps is an application built in Vue JS framework and Mapbox API offering a simple interface to visualize and set routes to your favourite places.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint