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
- Host: GitHub
- URL: https://github.com/dennykuo/tw-city-selector
- Owner: dennykuo
- Created: 2014-09-01T06:45:47.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2026-01-21T23:11:07.000Z (5 months ago)
- Last Synced: 2026-01-23T10:42:02.093Z (5 months ago)
- Topics: javascript, taiwan
- Language: JavaScript
- Homepage: tw-city-selector.vercel.app
- Size: 4.14 MB
- Stars: 133
- Watchers: 8
- Forks: 45
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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
```