23 Star 252 Fork 153

zhengqingya / smallboot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 617 Bytes
一键复制 编辑 原始数据 按行查看 历史

一、本地运行

tips: 个人node版本 v16.18.0

# 安装依赖
cnpm install

# 运行
cnpm run dev

二、部署

# 构建出dist文件夹,然后将打包后的文件放到nginx中...
cnpm run build:prod

# 构建docker镜像
docker build -f ./Docker/Dockerfile -t "registry.cn-hangzhou.aliyuncs.com/zhengqingya/smallboot-web:prod" . --no-cache

# 推送到远程仓库
docker push registry.cn-hangzhou.aliyuncs.com/zhengqingya/smallboot-web:prod


# 运行
docker run -d --name web -p 80:80 --restart=always registry.cn-hangzhou.aliyuncs.com/zhengqingya/smallboot-web:prod
1
https://gitee.com/zhengqingya/smallboot.git
git@gitee.com:zhengqingya/smallboot.git
zhengqingya
smallboot
smallboot
master

搜索帮助