mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
29 lines
483 B
Markdown
29 lines
483 B
Markdown
![]() |
# 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}}`
|