# FunSwitch_Web **Repository Path**: frontopOpen/FunSwitch_Web ## Basic Information - **Project Name**: FunSwitch_Web - **Description**: 一款面向数字化大屏,数字孪生的快速接口开发工具后台 FronTop开源 轻量化部署 - **Primary Language**: HTML - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 27 - **Forks**: 4 - **Created**: 2023-03-09 - **Last Updated**: 2024-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
## 特性
- vue3 + vite + vuex
- Javascript版本
- codemirror在线编辑器支持输入javascript、sql语法等
- echarts展示数据图标
- excel解析sheet
## 准备
- `Node`: 版本建议 >= 16.13.0 [下载链接](https://nodejs.org/zh-cn/download/)
- `Git`: [版本管理工具](https://www.git-scm.com/download)
- `Visual Studio Code`: [最新版本](https://code.visualstudio.com/Download/)
- [Vetur](https://marketplace.visualstudio.com/items?itemName=octref.vetur) - vue开发必备
- [Eslint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)- 脚本代码检查
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) - 代码格式化
## 安装使用
- 获取代码
```sh
git clone https://gitee.com/frontopOpen/FunSwitch_Web.git
```
- 安装依赖
```sh
yarn install
```
- 运行
```sh
yarn dev
部分电脑本地首次启动可能较慢,请耐心等待
```
- 打包
```sh
yarn build
```
- 测试账号
```sh
账号:admin
密码:frontop
```
## 浏览器支持
本地开发推荐使用`Chrome 80+` 浏览器
支持现代浏览器, 不支持 IE