GithubHelp home page GithubHelp logo

andy521 / there-are-lots-of-people-in-baiyun-airport Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alex-xd/there-are-lots-of-people-in-baiyun-airport

0.0 0.0 0.0 34.65 MB

挑战杯 - 广州白云机场人流量时空分布预测系统 - 前端

Home Page: https://baiyun.alexxd.com

License: Apache License 2.0

JavaScript 47.28% CSS 12.73% HTML 1.23% Vue 38.50% Shell 0.26%

there-are-lots-of-people-in-baiyun-airport's Introduction

机场人流量分布预测系统 Vue Web应用

线上预览: baiyun.alexxd.com

0.所需素材

项目结构

.
├── LICENSE
├── README.md
├── build       // webpack基本配置
├── config      // webpack自定义配置
├── data        // 所需静态数据(模拟)
├── dist        // 打包文件
├── build.sh    // 自动打包发布脚本
├── index.html  // html模板
├── package.json    // 项目依赖配置
├── src         // 源文件
│   ├── App.vue     // 根组件
│   ├── api         // 接口
│   ├── assets      // 需要一起打包的资源
│   │   ├── fonts
│   │   └── img
│   ├── components  // 通用组件
│   │   ├── dialog  // 会话弹窗
│   │   └── leftPanel   // 左侧面板UI组件
│   ├── main.js     // 项目入口文件
│   ├── pages       // 业务组件
│   │   ├── login   // 登录页
│   │   ├── logout  // 登出页
│   │   └── main    // 主页面
│   │       ├── index.vue   // 入口组件
│   │       ├── leftPanels  // 左侧面板
│   │       │   ├── ctrlPanel   // 控制面板
│   │       │   └── sectionDetails  // 区域详情
│   │       └── rightPanel  // 右侧面板
│   ├── router  // 路由
│   ├── store   // 状态管理
│   ├── styles  // 通用样式
│   └── utils   // 常用业务逻辑封装
│       ├── auth.js
│       ├── constants.js
│       ├── dialog.js
│       ├── formateDate.js
│       ├── globalConfig.js
│       ├── heatmapTooltips.js
│       ├── node-handleFiles.js
│       └── storage.js
├── static  // 不打包的资源
│   ├── sw-toolbox.js
│   ├── sw.js
│   └── vendor  // 外部库
├── test    // 测试
└── yarn.lock   // 推荐使用yarn

开发

开发前准备

ssh://[email protected]:2222/diffusion/18/there-are-lots-of-people-in-baiyun-airport.git

下载依赖

yarn installnpm install

初始化

npm run init

开发

npm run dev

提交更改

使用commitizen提交更改

git add .
npm run commit    # 提交commit
arc diff [要比较的commit版本号]    # 提交代码评审单,等待评审
git push    # 评审通过即可push

打包发布

仅打包

npm run build

打包同时发布上线

npm run dist

LICENSE

Apache 2.0

there-are-lots-of-people-in-baiyun-airport's People

Contributors

misicdemone avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.