resume-json-pdf icon indicating copy to clipboard operation
resume-json-pdf copied to clipboard

基于自定义 JSON 数据的在线简历生成器 | an online generator that builds your résumé from custom JSON files and converts them into PDF / HTML format, developed by Tailwind CSS + React

Results 2 resume-json-pdf issues
Sort by recently updated
recently updated
newest added

我为您的项目制作了Docker镜像。 # 使用制作好的镜像 pull 镜像 ``` sudo docker pull 735083049/resume ``` 运行镜像 ``` sudo docker run -d -p 3081:80 735083049/resume ``` # 手动构建镜像 加入的Dockerfile可以用于手动构建镜像。 1. 运行build构建dist目录 ``` npm run build...