Skip to content

CarlDuFromChina/Blog.MUI

Repository files navigation

Blog.MUI

一个基于 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。

About

基于vue2的博客移动端前端项目

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published