Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sts网站
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyang
sts网站
Commits
505ee1d6
Commit
505ee1d6
authored
Mar 15, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加一个打包Web工程bat
parent
4bbdc1e8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
build.bat
ruoyi-ui/bin/build.bat
+12
-0
package.bat
ruoyi-ui/bin/package.bat
+1
-1
No files found.
ruoyi-ui/bin/build.bat
0 → 100644
View file @
505ee1d6
@echo off
echo.
echo [信息] 打包Web工程,生成dist文件。
echo.
%~d0
cd %~dp0
cd ..
npm run build:prod
pause
\ No newline at end of file
ruoyi-ui/bin/package.bat
View file @
505ee1d6
@echo off
echo.
echo [信息]
打包Web工程,生成node_modules包
文件。
echo [信息]
安装Web工程,生成node_modules
文件。
echo.
%~d0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment