mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
docs: update and sync all documents (#1183)
* docs: update and sync all documents * docs: sync readme
This commit is contained in:
@@ -7,7 +7,9 @@ sidebar_position: 1
|
||||
This page serves as a list for community supported templates. Please submit a PR (click `Edit this page` at the bottom)
|
||||
to include your templates. To build your own template, please see the [Templates](/docs/guides/templates) guide.
|
||||
|
||||
To use these templates, run `wails init -n "Your Project Name" -t [the link below]`
|
||||
To use these templates, run `wails init -n "Your Project Name" -t [the link below[@version]]`
|
||||
|
||||
If there is no version suffix, the main branch code template is used by default. If there is a version suffix, the code template corresponding to the tag of this version is used.
|
||||
|
||||
Example: `wails init -n "Your Project Name" -t https://github.com/misitebao/wails-template-vue`
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ sidebar_position: 1
|
||||
Wails has a number of common dependencies that are required before installation:
|
||||
|
||||
- Go 1.17+
|
||||
- NPM (Node 14+)
|
||||
- NPM (Node 15+)
|
||||
|
||||
### Go
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ More information on using IDEs with Wails can be found [here](/docs/guides/ides)
|
||||
Remote templates (hosted on GitHub) are supported and can be installed by using the template's project URL.
|
||||
|
||||
Example:
|
||||
`wails init -n test -t https://github.com/leaanthony/testtemplate`
|
||||
`wails init -n test -t https://github.com/leaanthony/testtemplate[@v1.0.0]`
|
||||
|
||||
A list of community maintained templates can be found [here](/docs/community/templates)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user