Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
505ee1d6
Commit
505ee1d6
authored
Mar 15, 2020
by
RuoYi
Browse files
添加一个打包Web工程bat
parent
4bbdc1e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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