6 lines
62 B
Batchfile
6 lines
62 B
Batchfile
@echo off
|
|
echo 启动前端服务...
|
|
cd frontend
|
|
npm run dev
|
|
|
@echo off
|
|
echo 启动前端服务...
|
|
cd frontend
|
|
npm run dev
|
|
|