add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

25
pages.zh/common/yesod.md Normal file
View File

@@ -0,0 +1,25 @@
# yesod
> Yesod的助手工具这是一个基于Haskell的Web框架。
> 所有Yesod命令都是通过`stack`项目管理器调用的。
> 更多信息:<https://github.com/yesodweb/yesod>。
-`my-project`目录中创建一个新的带有SQLite后端的脚手架网站
`stack new {{my-project}} {{yesod-sqlite}}`
- 在一个Yesod脚手架网站内安装Yesod CLI工具
`stack build yesod-bin cabal-install --install-ghc`
- 启动开发服务器:
`stack exec -- yesod devel`
- 更新Template Haskell依赖项的文件
`stack exec -- yesod touch`
- 使用KeterYesod的部署管理器部署应用程序
`stack exec -- yesod keter`