Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Latest commit

 

History

History
59 lines (38 loc) · 2.21 KB

README0.md

File metadata and controls

59 lines (38 loc) · 2.21 KB

subway-routine-mini-program

名称: 自由城市 自由旅行

简介: 提供主要城市地铁线路图及导游信息,包括北京上海广州深圳香港台北武汉天津重庆成都杭州大连青岛苏州南京新加坡东京首尔曼谷巴黎伦敦纽约等等。

介绍: 本程序提供全球主要城市的地铁线路图,地铁线路图支持全屏预览和双指缩放。国内地铁支持路线规划和地图查看,国外暂不支持。

目前支持的国内城市有:北京、上海、深圳、广州、武汉、成都、重庆、天津、青岛、大连、南京、苏州、杭州、郑州、香港、台北等。 支持的国外城市有:东京、伦敦、纽约、首尔、新加坡、曼谷、大阪、莫斯科、迪拜、伊斯坦布尔等。

标签: 地铁 旅游 交通 工具 生活 出行 信息 查询 便民

交通#旅游#工具#信息查询#地铁#地铁线路图#生活

交通,旅游,工具,信息查询,地铁,地铁线路图,生活

小程序码

运行截图

已发布商店

技术架构

mpvue + vuex + es6 + 小程序API + 腾讯地图SDK

开发与构建

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For detailed explanation on how things work, checkout the guide and docs for vue-loader.