An open API service indexing awesome lists of open source software.

https://github.com/mingri31164/carbon-footprint

基于Vue2+Vuex实现的碳足迹计算器前端大作业,实现了用户登录注册、ai问答机器人、用户碳减排活跃度排行榜等功能
https://github.com/mingri31164/carbon-footprint

element-ui vue2 vuex

Last synced: 3 months ago
JSON representation

基于Vue2+Vuex实现的碳足迹计算器前端大作业,实现了用户登录注册、ai问答机器人、用户碳减排活跃度排行榜等功能

Awesome Lists containing this project

README

          

# carbon-footprint
基于Vue2 + Router + Element UI 前后端分离的碳足迹计算器大作业

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

## 🎬 页面展示
[登录注册]

![alt text](showImg/login.png)
![alt text](showImg/register.png)

[主页]

![alt text](showImg/index.png)

[点击左上角人物触发聊天机器人]

![alt text](showImg/chat.png)

[个人主页]

![alt text](showImg/personal.png)

[碳足迹计算记录]

![alt text](showImg/record.png)

[碳排放计算页面]

![alt text](showImg/count.png)

[碳足迹清单]

![alt text](showImg/list.png)

[碳排放结算页面]

![alt text](showImg/result.png)

[宣传栏]

![alt text](showImg/xuan.png)

[排行榜]

![alt text](showImg/rank.png)

[碳足迹发展史]

![alt text](showImg/history.png)