A Wails template based on Vue3.x
English | 简体中文
- golang && wails
- Vscode && plug-in f5anything
- nodejs && npm
- vue-cli && vue-cli-service
- git
wails init -n [Your Appname] -t https://github.com/RockLakeGrass/wails-vue-js-3-template.git
If you are in China, you can use the Gitee
to create your project
wails init -n [Your Appname] -t https://gitee.com/rocklakegrass/wails-vue-js-3-template.git
This template comes with a VSCode
configuration file and requires support from the f5anything
plug-in.
The profile is discarded dlv
for compatibility with ARM64
and x86 32bit
.
If you need your own profile, you can configure .vscode/launch.json
yourself.
The front-end part uses Vue
Vue-cli
and Ant Design Vue
:
- Vue: Use vue3.x version, please refer to the official Vue3.x Documents for specific usage.
- Vue-cli: Use Vue-cli 3.x version, please refer toVue Cli 3.x Documents.
- Ant Design Vue: Use the antd component library, please refer toAnt Design Vue Documents.
Then you can refer to the official Wails document to start developing your application.