Wails-Vuejs3.x-template
A Wails template based on Vue3.x
Internationalization
Graphic Demo
Getting Started
Preconditions
- golang & wails
- Vscode & plug-in f5anything
- nodejs & npm
- vue-cli & vue-cli-service
- git
New Project
wails init -n [Your Appname] -t https://gitee.com/rocklakegrass/wails-vue-js-3-template.git
VScode profile
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
Reference document
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
- Wails Vue3 template for Zero Then you can refer to the official Wails document to start developing your application.