Skip to content

RockLakeGrass/wails-vue-js-3-template

Repository files navigation

Wails-Vuejs3.x-template

A Wails template based on Vue3.x

license platform

Internationalization

English | 简体中文

Graphic Demo

DesignSketch

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://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

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:

Then you can refer to the official Wails document to start developing your application.