初始化
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
# 启动前端服务
|
||||
|
||||
echo "启动前端服务..."
|
||||
cd frontend
|
||||
npm install
|
||||
npm run dev
|
||||
Reference in New Issue
Block a user