# Tcloud
**Repository Path**: caord/Tcloud
## Basic Information
- **Project Name**: Tcloud
- **Description**: Tcloud云测平台前端
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2021-11-04
- **Last Updated**: 2021-12-06
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# tcloud-vue
感觉项目不错的点个star,你的支持是我们源源不断的动力~谢谢!如有疑问,可联系QQ群:839084842,欢迎提issue
## 后端传送门:
https://github.com/bigbaser/TcloudServer
## demo地址:
http://tcloud-demo.ywopt.com/#/login (账号:admin 密码:123456)
## 接口配置:
1、启动后端服务
2、找到项目的config 文件夹,配置不同环境的接口
3、图片上传功能需要配置OSS相关的后端授权接口
## Environment
1、首先安装 node 环境
2、安装npm 工具包
3、命令在项目的根目录下运行
## 安装项目依赖
``` bash
npm install
# 启动开发环境
npm run dev
```