Files
tldr/pages.zh/common/spike.md

20 lines
391 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# spike
> 一个用JavaScript编写的功能齐全的静态网站生成器。
> 更多信息:<https://spike.js.org>。
- 使用默认模板创建一个新项目:
`spike new {{project_name}}`
- 编译你的项目,监视更改,并自动重载浏览器:
`spike watch`
- 将你的项目编译一次到“public”目录
`spike compile`
- 删除输出目录:
`spike clean`