5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 05:11:29 +08:00

Update features

This commit is contained in:
Lea Anthony 2022-03-27 20:47:27 +11:00 committed by GitHub
parent ccbfafd576
commit 1f96484e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,14 +86,16 @@ The legacy v1 docs can be found at [https://wails.app](https://wails.app).
## Features ## Features
- Use standard Go for the backend - Use standard Go for the backend
- Use any frontend technology to build your UI - Use any frontend technology you are already familiar with to build your UI
- Quickly create Vue, Vuetify or React frontends for your Go programs - Quickly create rich frontends for your Go programs using pre-built templates
- Expose Go methods/functions to the frontend via a single bind command - Easily call Go methods from Javascript
- Uses native rendering engines - no embedded browser - Auto-generated Typescript definitions for your Go structs and methods
- Shared events system - Native Dialogs & Menus
- Native file dialogs - Supports modern translucency and "frosted window" effects
- Powerful cli tool - Unified eventing system between Go and Javascript
- Powerful cli tool to quickly generate and build your projects
- Multiplatform - Multiplatform
- Uses native rendering engines - *no embedded browser*!
<span id="nav-5"></span> <span id="nav-5"></span>