An open API service indexing awesome lists of open source software.

https://github.com/dennykuo/tw-city-selector

台灣縣市二聯式選單 http://dennykuo.github.io/tw-city-selector
https://github.com/dennykuo/tw-city-selector

javascript taiwan

Last synced: 4 months ago
JSON representation

台灣縣市二聯式選單 http://dennykuo.github.io/tw-city-selector

Awesome Lists containing this project

README

          

## 說明

### 文件:[https://dennykuo.github.io/tw-city-selector](https://dennykuo.github.io/tw-city-selector)

如果資料有誤或未及更新,發個 [issue](https://github.com/dennykuo/tw-city-selector/issues ':target=_blank') 給我吧

## 開發

安裝依賴

```
npm install

yarn install
```

編譯

```
npm run build

npm run watch
```

Local server

```
npm run start
```