This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
file_api
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
文件服务后台
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14
Commits
1
Branch
1.9 MiB
Java
57.4%
Vue
29%
JavaScript
8.1%
PLSQL
2.6%
HTML
1.3%
Other
1.3%
Tree:
b2c9b3c92c
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'b2c9b3c92c'
${ noResults }
file_api
/
ruoyi-ui
/
bin
/
build-dist.bat
12 lines
109 B
Raw
Blame
History
@echo off
echo.
echo [信息] 打包Web工程,生成dist文件。
echo.
%~d0
cd %~dp0
cd ..
npm run build:prod
pause