Skip to content

1.快速开始

yongyong.fyy edited this page Jan 7, 2020 · 5 revisions

👉在线预览👈

环境依赖

需要 Docker 或者 nginx 环境,请提前安装

使用主干代码预览

git clone https://github.com/manerfan/vuesume.git
cd vuesume
# 使用docker部署
./preview

访问 http://localhost:8081

或者将docs文件夹部署到nginx中

使用Release包预览

Releases 中下载最新的release包,当前最新版本为 vuesume-0.1.0-beta.1

unzip vuesume-xxx.zip
cd vuesume-xxx
# 使用docker部署
./preview

访问 http://localhost:8081

或者将docs文件夹部署到nginx中


HOME

自定义内容▶▷

Clone this wiki locally