mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
22 lines
787 B
Plaintext
22 lines
787 B
Plaintext
---
|
||
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 模板
|