Enterprise EMS reference system for study purposes. - Backend: Spring Boot + MyBatis Plus + Sa-Token - Frontend: Vue 2 + Element UI + ECharts - Database: MySQL + TDengine + Redis - Features: energy monitoring, alarm management, quota, charging, maintenance - Source: https://cp-ems.cn This is a read-only reference. Do not develop on this repo.
12 lines
109 B
Batchfile
12 lines
109 B
Batchfile
@echo off
|
||
echo.
|
||
echo [信息] 打包Web工程,生成dist文件。
|
||
echo.
|
||
|
||
%~d0
|
||
cd %~dp0
|
||
|
||
cd ..
|
||
npm run build:prod
|
||
|
||
pause |