# SamerTestPlatformFrontend
**Repository Path**: liusmgitee/samer-test-platform-frontend
## Basic Information
- **Project Name**: SamerTestPlatformFrontend
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-11-23
- **Last Updated**: 2024-02-29
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
#### 🌈 介绍
基于 vite + vue3 + element-plus
- 使用软件版本
- node version 18.15.0
- vue version 3.2.45
- element-plus version 2.2.26
#### 💒 平台地址地址
- github
https://github.com/baizunxian/zerorunner
- gitee
#### ⛱️ 线上预览
- ZERORUNNER 自动化测试平台在线预览 https://xiaobaicodes.com:8888
#### 🚧 安装 cnpm、yarn
```bash
# node 版本
node -v
v18.15.0
```
- 复制代码(桌面 cmd 运行) `npm install -g cnpm --registry=https://registry.npm.taobao.org`
- 复制代码(桌面 cmd 运行) `npm install -g yarn`
```bash
# 克隆项目
git clone https://github.com/baizunxian/zerorunner.git
# 进入项目
cd zerorunner/frontend
# 安装依赖
cnpm install
# 或者
yarn insatll
# 运行项目
cnpm run dev
# 或者
yarn dev
# 打包发布
cnpm run build
# 或者
yarn build
```
#### 💌 支持作者
如果觉得框架不错,或者已经在使用了,希望你可以去 Github 帮我点个 ⭐ Star,这将是对我极大的鼓励与支持, 平台会持续迭代更新。