1 Star 0 Fork 1

leon590/timotaoshu

forked from causes/timotaoshu 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
start.sh 177 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joffe 提交于 2019-08-30 10:40 . 最简单的安装及运行脚本
#!/bin/bash
if [ ! -n "$1" ] ;then
echo "use: ./start.sh {dev|product}"
else
cd `dirname $0`
cd ./adminApi
npm run $1
cd ./ivew-admin
npm run $1
cd ./h5
npm run $1
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leon590/timotaoshu.git
[email protected]:leon590/timotaoshu.git
leon590
timotaoshu
timotaoshu
master

搜索帮助