Skip to content

yangyangisyou/toilet-map

Repository files navigation

Taiwan toilet map - 台灣公共廁所查詢地圖

this repository is based on my another project - ubike-map.

Demo

Version 1.0:

  • Avalible in Taipei city.

Version 2.0: Click me

  • Now avalible in whole Taiwan cities.

About

F2E

  • Vue.js 3.0

CSS

  • BootStrap
  • Sass

Map API

Open data

Ajax

  • axios
  • vue-axios

Features

  • Babel
  • CSS Pre-processors
  • Linter
  • Sass/SCSS (with node-sass)
  • Airbnb Lint

How to run

  1. install related dev tools
npm install bootstrap
npm install leaflet
npm install --save axios vue-axios

or you can just install dependencies of package.json.

npm install
  1. run on local
npm run serve
  1. Go to http://localhost:8080