# Erp_3.0_4.0_UI **Repository Path**: sml2/Erp_3.0_4.0_UI ## Basic Information - **Project Name**: Erp_3.0_4.0_UI - **Description**: ERP 3.0 4.0 VUE Web - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2021-11-02 - **Last Updated**: 2026-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: ERP ## README # vue ## 启动项目 ```bash # 安装依赖 npm install # 复制环境 cp .env.production .env.development # 开发调试 npm run dev ``` This will automatically open http://localhost:9528 ## Build ```bash # build for test environment npm run build:stage # build for production environment npm run build:prod ``` ## Advanced ```bash # preview the release environment effect npm run preview # preview the release environment effect + static resource analysis npm run preview -- --report # code format check npm run lint # code format check and auto fix npm run lint -- --fix ```