mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:42:09 +02:00
483 B
483 B
jigsaw
基于 Laravel 的 PHP 静态网站生成器。 更多信息:https://jigsaw.tighten.co.
- 初始化一个项目:
jigsaw init
- 使用一个初始模板初始化项目:
jigsaw init {{模板_名称}}
- 为开发环境构建网站:
jigsaw build
- 从 "build_local" 目录预览网站:
jigsaw serve
- 为生产环境构建网站:
jigsaw build production
- 从 "build_production" 目录预览网站:
jigsaw serve {{build_production}}