This is project inspired by @flopp project - airports_map. I just want to build something like this, but with VueJS.
Airports data partially taken from OurAirports (i use they airports csv data for filtering my own data by size of airport) and partially information that taken from another open sources. So, here you can see is 568 airports marked as "large_airport" in OurAirports data.
In this first version all the data and scripts are bundled together, so, build file a bit large. Also, there is no adequate mobile version.
V2 be better :)
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build