docs: update and sync all documents (#1183)

* docs: update and sync all documents

* docs: sync readme
This commit is contained in:
Misitebao
2022-02-24 22:08:00 +11:00
committed by GitHub
parent 513c1fd981
commit 9e08fd668c
15 changed files with 274 additions and 28 deletions
+3 -1
View File
@@ -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`
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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)