mirror of
https://github.com/taigrr/wails.git
synced 2026-04-01 20:58:54 -07:00
40 lines
1.5 KiB
Plaintext
40 lines
1.5 KiB
Plaintext
---
|
||
sidebar_position: 1
|
||
---
|
||
|
||
# 模板
|
||
|
||
此页面用作社区支持的模板列表。请提交一个包含您的模板的 PR(点击页面底部的`编辑此页`)。要构建您自己的模板,请参考[模板](/docs/guides/templates)指南。
|
||
|
||
要使用这些模板,请运行 `wails init -n "您的项目名" -t [下面的链接]`
|
||
|
||
示例:`wails init -n "Your Project Name" -t https://github.com/misitebao/wails-template-vue`
|
||
|
||
:::warning 注意
|
||
|
||
**Wails 项目不维护也不对第 3 方模板负责**
|
||
|
||
如果您不确定某个模板,请检查 `package.json` 中运行的脚本和安装的模块。
|
||
|
||
:::
|
||
|
||
## Vue
|
||
|
||
- [wails-template-vue](https://github.com/misitebao/wails-template-vue) - 基于 Vue 和 Vue-Router 的 Wails 模板
|
||
- [wails-vite-vue-ts](https://github.com/codydbentley/wails-vite-vue-ts) - 使用 Vite 的 Vue 3 TypeScript(以及添加功能的说明)
|
||
- [wails-vite-vue-the-works](https://github.com/codydbentley/wails-vite-vue-the-works) - 使用 Vite, Vuex, Vue Router, Sass, 和 ESLint + Prettier 的 Vue 3 TypeScript
|
||
|
||
## Angular
|
||
|
||
- [wails-angular-template](https://github.com/TAINCER/wails-angular-template) - 带有 TypeScript, Sass, 热重载, 代码拆分和 i18n 的 Angular
|
||
|
||
## React
|
||
|
||
- [wails-react-template](https://github.com/AlienRecall/wails-react-template) - 基于 reactjs 的模板
|
||
- [wails-react-template](https://github.com/flin7/wails-react-template) - 基于 React 并支持实时开发模式的轻量级模板
|
||
|
||
## Svelte
|
||
|
||
- [wails-svelte-template](https://github.com/raitonoberu/wails-svelte-template) - 基于 Svelte 的模板
|
||
|