#!/bin/bash cd "$(dirname "$0")" if [ ! -d node_modules ]; then echo "正在安装依赖..." npm install fi echo "正在启动门店装修工具..." npm start