Skip to content

hngngn/wails-solid

Repository files navigation

Wails Solid Template

Introductions

This project is a Wails template based on the Solid.

Getting Started

New Project:

wails init -n <Your Appname> -t https://github.com/hnggngn/wails-solid -g -ide vscode

flag description:

  • n - The name of the application to be created
  • t - Template name, supports built-in template names and third-party templates in the form of hyperlinks
  • g - Initialise git repository
  • ide Generate IDE project files