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 - Um template usando JavaScript + Quasar V2 (Vue 3, Vite, Sass, Pinia, ESLint, Prettier)
- wails-template-quasar-ts - Um modelo usando TypeScript + Quasar V2 (Vue 3, Vite, Sass, Pinia, ESLint, Prettier, API de composição com <configuração de script>)
- wails-template-naive - Modelo de ervas baseado em Naive UI (biblioteca de componentes Vue 3)
Angular
- A-modelo de wails-angular - ação Angular 15 + compactada & pronta para ser rolada para produção.
- 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
- wails-vite-react-ts-tailwind-shadcnui-template - Um modelo com Vite, React, TypeScript, TailwindCSS, e shadcn/ui
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-svelte-tailwind-vite-template - Um modelo atualizado usando Svelte v4.2.0 e Vite com TailwindCSS v3.3.3
- wails-sveltekit-template - A template using SvelteKit
Solid
- wails-template-vite-solid-ts - Um modelo usando Sólido + Ts + Vite
- wails-template-vite-solid-js - Um modelo usando Sólid + Js + Vite
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.
HTMX
- wails-htmx-templ-chi-tailwind - Use a unique combination of pure htmx for interactivity plus templ for creating components and forms
Pure JavaScript (Vanilla)
- wails-pure-js-template - A template with nothing but just basic JavaScript, HTML, and CSS