This website works better with JavaScript.
Explore
Help
Register
Sign In
xins
/
hwmom
Watch
1
Star
0
Fork
You've already forked hwmom
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
935052355e
master
2.X
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '935052355e'
${ noResults }
hwmom
/
ruoyi-ui
/
bin
/
run-web.bat
13 lines
119 B
Batchfile
Raw
Normal View
History
Unescape
Escape
fix 修复 前端脚本乱码问题
2 years ago
@
echo
off
echo
.
echo
[信息] 使用 Vue CLI 命令运行 Web 工程。
echo
.
%~d0
cd
%~dp0
cd
..
npm run dev
pause