1 Star 0 Fork 0

蒋汶真/RuoYi-Vue-SuperSaiyan-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
npm-build.sh 612 Bytes
一键复制 编辑 原始数据 按行查看 历史
shoukaiseki 提交于 2022-07-31 18:09 . init
#!/bin/bash -
#===============================================================================
#
# FILE: npm-run-dev.sh
#
# USAGE: ./npm-run-dev.sh
#
# DESCRIPTION:
#
# OPTIONS: ---
# REQUIREMENTS: ---
# BUGS: ---
# NOTES: ---
# AUTHOR: YOUR NAME (),
# ORGANIZATION:
# CREATED: 2020年12月24日 14时49分16秒
# REVISION: ---
#===============================================================================
set -o nounset # Treat unset variables as an error
npm run build:prod
tar zcvf /tmp/win/sksdist.tar.gz dist/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shoukaiseki/ruo-yi-vue-super-saiyan-web.git
[email protected]:shoukaiseki/ruo-yi-vue-super-saiyan-web.git
shoukaiseki
ruo-yi-vue-super-saiyan-web
RuoYi-Vue-SuperSaiyan-web
master

搜索帮助