This commit is contained in:
我是个攻城狮
2026-05-27 16:04:37 +08:00
commit b48708dbbf
1721 changed files with 625641 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
@echo off
:: nodejs安装目录下的nodevars.bat
set nodevars = "D:\Program Files\nodejs\nodevars.bat"
:: 切换到D盘
d:
:: 移动到需要启动的目录
cd xampp/product/jjj_shop_single/jjj_shop_shop
:: 启动项目
cmd /c %nodevars%&&npm run dev