高压安全管理系统前端
Go to file
2025-07-14 21:44:53 +08:00
bin 初始化提交 2025-06-04 09:37:01 +08:00
html 初始化提交 2025-06-04 09:37:01 +08:00
public PPE添加模板下载 2025-07-14 17:44:52 +08:00
src 调整ppe工具 2025-07-14 21:44:53 +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-07-10 16:55:38 +08:00
README.md 初始化提交 2025-06-04 09:37:01 +08:00
vite.config.js 提交代码 2025-07-14 13:38:36 +08:00

前端运行

# 进入项目目录
cd voltage_Safety_Vue

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

# 启动服务
yarn dev

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