5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 22:13:36 +08:00
wails/cmd/templates/vue3-js/go.mod.template
misitebao 14cc8681bf
Add vue3-js template (#722)
* docs: add document directory

* docs: add Chinese README

* feat(cli): add vue3-js template

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2021-05-31 21:11:11 +10:00

5 lines
80 B
Plaintext

module {{.BinaryName}}
require (
github.com/wailsapp/wails {{.WailsVersion}}
)