高压安全管理系统前端
Go to file
2025-06-09 23:41:22 +08:00
bin 初始化提交 2025-06-04 09:37:01 +08:00
html 初始化提交 2025-06-04 09:37:01 +08:00
public 初始化提交 2025-06-04 09:37:01 +08:00
src 初始化提交 2025-06-04 09:43:33 +08:00
vite/plugins 初始化提交 2025-06-04 09:37:01 +08:00
.env.development 初始化提交 2025-06-04 09:43:33 +08:00
.env.production 初始化提交 2025-06-04 09:43:33 +08:00
.env.staging 初始化提交 2025-06-04 09:43:33 +08:00
.gitignore 初始化提交 2025-06-04 09:37:01 +08:00
index.html 初始化提交 2025-06-04 09:43:33 +08:00
LICENSE 初始化提交 2025-06-04 09:37:01 +08:00
package.json 初始化提交 2025-06-04 09:43:33 +08:00
README.md 初始化提交 2025-06-04 09:37:01 +08:00
vite.config.js 修改连接配置 2025-06-09 23:41:22 +08:00

前端运行

# 进入项目目录
cd voltage_Safety_Vue

# 安装依赖
yarn --registry=https://registry.npmmirror.com

# 启动服务
yarn dev

# 构建测试环境 yarn build:stage
# 构建生产环境 yarn build:prod
# 前端访问地址 http://localhost:80