跳到主要内容
版本:下个版本 🚧

模板

此页面用作社区支持的模板列表。 请提交一个包含您的模板的 PR(点击页面底部的编辑此页)。 要构建您自己的模板,请参考模板指南。

要使用这些模板,请运行 wails init -n "您的项目名" -t [下面的链接[@版本]]

如果不带版本后缀,默认使用的是主分支代码模板,如果带有版本后缀,则使用该版本对应标签的代码模板。 If there is a version suffix, the code template corresponding to the tag of this version is used.

示例:wails init -n "Your Project Name" -t https://github.com/misitebao/wails-template-vue@v2.0.0-beta.3

注意

Wails 项目不维护也不对第 3 方模板负责

如果您不确定某个模板,请检查 package.jsonwails.json 中安装的模块和运行的脚本。

Vue

  • wails-template-vue - 基于 Vite、Vue 和 Vue-Router 的 Wails 模板(同时支持 JavaScript 和 TypeScript)
  • wails-vite-vue-ts - 使用 Vite 的 Vue 3 TypeScript(以及添加功能的说明)
  • wails-vite-vue-the-works - 使用 Vite, Vuex, Vue Router, Sass, 和 ESLint + Prettier 的 Vue 3 TypeScript

Angular

React

Svelte

Elm

  • wails-elm-template - Develop your GUI app with functional programming and a snappy hot-reload setup 🎉 🚀

Pure JavaScript (Vanilla)