This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
# 拉取项目
git clone https://github.com/ExileLine/ExileTestPlatformWeb
# 进入项目
cd ExileTestPlatformWeb
# 安装依赖
npm install
# 运行
npm run dev
# 测试环境打包
npm run build:dev
# 生产环境打包
npm run build