add new chinese translations
This commit is contained in:
24
pages.zh/common/gatsby.md
Normal file
24
pages.zh/common/gatsby.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# gatsby
|
||||
|
||||
> React的静态网站生成器。
|
||||
> 更多信息:<https://gatsbyjs.com>。
|
||||
|
||||
- 创建一个新网站:
|
||||
|
||||
`gatsby new {{site_name}}`
|
||||
|
||||
- 使用Gatsby的“启动器”创建一个新网站:
|
||||
|
||||
`gatsby new {{site_name}} {{url_of_starter_github_repo}}`
|
||||
|
||||
- 启动一个支持热重载的本地开发服务器:
|
||||
|
||||
`gatsby develop`
|
||||
|
||||
- 执行生产构建并生成静态HTML:
|
||||
|
||||
`gatsby build`
|
||||
|
||||
- 启动一个本地服务器以提供生产构建:
|
||||
|
||||
`gatsby serve`
|
Reference in New Issue
Block a user