https://github.com/cs-tao/aqi-visualization
地理信息系统实习 - 空气污染数据可视化
https://github.com/cs-tao/aqi-visualization
aqi arcgis-api-for-javascript echarts electron-vue
Last synced: 4 months ago
JSON representation
地理信息系统实习 - 空气污染数据可视化
- Host: GitHub
- URL: https://github.com/cs-tao/aqi-visualization
- Owner: CS-Tao
- License: mit
- Created: 2018-09-10T16:41:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T07:05:28.000Z (about 7 years ago)
- Last Synced: 2025-04-07T13:04:26.514Z (7 months ago)
- Topics: aqi, arcgis-api-for-javascript, echarts, electron-vue
- Language: Vue
- Homepage: https://home.cs-tao.cc/AQI-Visualization/
- Size: 2 MB
- Stars: 30
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/CS-Tao/AQI-Visualization)
[](https://ci.appveyor.com/project/CS-Tao/aqi-visualization/branch/master)
[](https://opensource.org/licenses/MIT)
[](https://github.com/CS-Tao/AQI-Visualization/issues)
# AQI-Visualization
> 空气污染可视化系统
[](https://home.cs-tao.cc/AQI-Visualization/)
## 相关链接
- 后台: [https://github.com/RS-GIS-Geeks/AQI-Background](https://github.com/RS-GIS-Geeks/AQI-Background)
- Docker 部署方案: [https://github.com/RS-GIS-Geeks/AQI-Docker](https://github.com/RS-GIS-Geeks/AQI-Docker)
- Docker 镜像仓库:
- postgis: [https://store.docker.com/community/images/cstao/aqi-postgis](https://store.docker.com/community/images/cstao/aqi-postgis)
- django: [https://store.docker.com/community/images/cstao/aqi-django](https://store.docker.com/community/images/cstao/aqi-django)
- nginx: [https://store.docker.com/community/images/cstao/aqi-nginx](https://store.docker.com/community/images/cstao/aqi-nginx)
## 生成步骤
``` bash
# 安装依赖
yarn
# 以开发模式运行在 2018 端口
yarn dev
# 生成应用程序
yarn build
# 单元测试和端到端测试
yarn test
# 对 src 文件夹下的 Vue/Js 文件进行语法检查
yarn lint
```
## Contributors
| [
CS-Tao](https://github.com/CS-Tao) | [
xibosun](https://github.com/xibosun) | [
XM-GitHub](https://github.com/XM-GitHub) | [
chaofengdeng](https://github.com/chaofengdeng)
| :---: | :---: | :---: | :---: |