knowledgebase/pages/Wails.md
2023-07-06 18:11:09 +02:00

715 B

  • Applicazione #golang simile a #electron
  • Il sito web ufficiale e questo
  • Quick start

    • Per installare #Wails e creare un primo progetto in vanilla #TypeScript
    • go install github.com/wailsapp/wails/v2/cmd/wails@latest
      wails doctor
      wails init -n myproject -t vanilla-ts ## template con vanilla TypeScript
      wails init -n myproject -t svelte ## template con Svelte
      wails init -n myproject -t svelte-ts ## template con Svelte+Typescript
      
  • 18:51 quick capture: SvelteKit without SSR / SSG? · sveltejs/kit · Discussion #3365 · GitHub