Coder Social home page Coder Social logo

energy-frontend's Introduction

可视化建筑信息的采集与分析系统前端

快速开始

## 下载项目到本地    
git clone https://github.com/AndyKong207/energy-frontend.git

## 安装依赖包
npm install 或 yarn

## 运行项目
npm run start 或 yarn start

## 构建
npm run build 或 yarn build

开发技术

框架

使用以上技术之前必须先掌握以下技术
HTML5 CSS3 JavaScript(ES5 ES6 ES7)语法 webpack

开发工具

  • IDE环境:webstorm
  • 代码版本控制:git
  • 运行环境:Node.js(必须)
  • js库管理工具:npm

部署环境

  • 服务器系统:Linux ubuntu
  • HTTP容器:nginx

项目目录结构

.
├── dist 构建生成的文件
│   └── static
├── mock 假数据
├── public html入口
└── src
├── assets 资源
├── common 处理路由和菜单
├── components 组件
│   ├── AreaSearch
│   ├── Charts
│   │   ├── Bar
│   │   ├── ChartCard
│   │   ├── ColorfulGauge
│   │   ├── Field
│   │   ├── Gauge
│   │   ├── MiniArea
│   │   ├── MiniBar
│   │   ├── MiniProgress
│   │   ├── Pie
│   │   ├── Radar
│   │   ├── TagCloud
│   │   ├── TimelineChart
│   │   └── WaterWave
│   ├── NumberInfo
│   ├── PageHeader
│   ├── SiderMenu
│   ├── StandardTable
│   ├── Trend
│   └── utils
├── layouts 页面布局
├── models dva状态管理
├── routes 路由
│   ├── Alarm
│   ├── Analysis
│   ├── Asset
│   ├── Monitor
│   ├── Setting
│   └── User
├── services 后台请求接口
└── utils 工具

energy-frontend's People

Contributors

andykong207 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.