Files
wails/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/community-templates.mdx
Lea Anthony 1d8f74d6d7 [v2] Docs update
(cherry picked from commit 589eb3864f)
2021-09-27 19:37:58 +10:00

22 lines
787 B
Plaintext
Raw 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.
---
sidebar_position: 50
---
# 社区模板
此页面用作社区支持的模板列表。请提交一个包含您的模板的 PR点击页面底部的`编辑此页`)。要构建您自己的模板,请参考[模板](/docs/guides/templates)指南。
要使用这些模板,请运行 `wails init -n "你的项目名" -t [下面的链接]`
示例:`wails init -n "Your Project Name" -t https://github.com/misitebao/wails-template-vue`
:::warning 注意
仅安装你信任的远程模板。 如果你不确定某个模板,请检查 `package.json` 中运行的脚本和安装的模块。 **Wails 项目对第 3 方模板不承担任何责任!**
:::
## Vue
- [wails-template-vue](https://github.com/misitebao/wails-template-vue) - 基于 Vue 和 Vue-Router 的 Wails 模板