高压安全管理系统前端
Go to file
wangchengming 07c982c52f 1
2025-07-17 21:41:38 +08:00
bin 初始化提交 2025-06-04 09:37:01 +08:00
html 初始化提交 2025-06-04 09:37:01 +08:00
public 提交安全审查看板界面 2025-07-17 18:15:50 +08:00
src 1 2025-07-17 21:41:38 +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-17 18:15:50 +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