一个基于 Vue2 的博客移动端项目
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
注:本项目使用
Github Action
自动发布镜像
手动:
docker build -f ".\Dockerfile" -t carldu/blog-html-mobile:latest .
快速部署:
docker run -p 80:80 --name blog-ui -d carldu/blog-html-mobile:latest
映射nginx.conf
docker run -p 80:80 -v /docker_data/nginx.conf:/etc/nginx/nginx.conf --name blog-ui -d carldu/blog-html-mobile:latest
本项目是作者利用空余时间开发,维护全靠热爱发电。如果使用过程中遇到问题,欢迎报告 issue。