mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-05 05:21:03 +08:00
20 lines
342 B
Markdown
20 lines
342 B
Markdown
# Plain Example
|
|
|
|
This example is a demonstration of different ways to create applications without using npm.
|
|
|
|
## Running the example
|
|
|
|
To run the example, simply run the following command:
|
|
|
|
```bash
|
|
go run main.go
|
|
```
|
|
|
|
# Status
|
|
|
|
| Platform | Status |
|
|
|----------|---------|
|
|
| Mac | |
|
|
| Windows | Working |
|
|
| Linux | |
|