Templates
Esta página serve como uma lista para modelos suportados pela comunidade. Por favor, envie um PR (clique Editar esta página
na parte inferior) para incluir seus modelos. Para construir seu próprio modelo, consulte o guia de Modelos.
Para usar estes templates, execute wails init -n "Seu Nome do Projeto" -t [o link abaixo[@version]]
Se não houver nenhum sufixo de versão, o modelo de código principal da branch é usado por padrão. Se houver um sufixo de versão, o template de código correspondente à tag desta versão é usado.
Exemplo: wails init -n "Seu Nome do Projeto" -t https://github.com/misitebao/wails-template-vue
O projeto Wails não é mantido, não é responsável nem responsável por modelos de terceiros!
Se você não tiver certeza sobre um template, inspecione package.json
e wails.json
para quais scripts são executados e quais pacotes estão instalados.
Vue
- wails-template-vue - Wails template based on Vue ecology (Integrated TypeScript, Dark theme, Internationalization, Single page routing, TailwindCSS)
- wails-vite-vue-ts - Vue 3 TypeScript with Vite (and instructions to add features)
- wails-vite-vue-the-works - Vue 3 TypeScript with Vite, Vuex, Vue Router, Sass, and ESLint + Prettier
- wails-template-quasar-js - A template using JavaScript + Quasar V2 (Vue 3, Vite, Sass, Pinia, ESLint, Prettier)
- wails-template-quasar-ts - A template using TypeScript + Quasar V2 (Vue 3, Vite, Sass, Pinia, ESLint, Prettier, Composition API with <script setup>)
Angular
- wails-angular-template - Angular with TypeScript, Sass, Hot-Reload, Code-Splitting and i18n
React
- wails-react-template - A template using reactjs
- wails-react-template - A minimal template for React that supports live development
- wails-template-nextjs - A template using Next.js and TypeScript
- wails-vite-react-ts-tailwind-template - A template for React + TypeScript + Vite + TailwindCSS
Svelte
- wails-svelte-template - A template using Svelte
- wails-vite-svelte-template - A template using Svelte and Vite
- wails-vite-svelte-tailwind-template - A template using Svelte and Vite with TailwindCSS v3
- wails-sveltekit-template - A template using SvelteKit
Elm
- wails-elm-template - Develop your GUI app with functional programming and a snappy hot-reload setup 🎉 🚀
- wails-template-elm-tailwind - Combine the powers 💪 of Elm + Tailwind CSS + Wails! Hot reloading supported.
Pure JavaScript (Vanilla)
- wails-pure-js-template - A template with nothing but just basic JavaScript, HTML, and CSS