Go to file
2023-04-12 18:34:06 +08:00
.github chore: delete stale workflows 2023-04-12 18:33:30 +08:00
frontend feat: add tailwindcss 2022-10-02 23:13:33 +08:00
app.tmpl.go feat: update options parameter to cancel borderless mode 2022-02-21 09:13:28 +08:00
go.tmpl.mod feat: completely refactored and redesigned UI using typescript (#37) 2022-09-30 23:37:38 +08:00
main.tmpl.go feat: update &options.App 2022-11-20 12:54:35 +08:00
template.json feat: update template config 2022-11-22 04:14:33 +08:00
wails.tmpl.json feat: update template config 2022-11-22 04:14:33 +08:00

Wails Template Vue

Wails template based on Vue ecology

GitHub GitHub GitHub release (latest by date including pre-releases) Awesome-Wails

Table of Contents

Click me to Open/Close the directory listing

Introductions

This project is a Wails template based on the Vue ecosystem. You can use this project to quickly develop your application.

Background

The official built-in template only provides the minimum content required to develop an application. If you want to develop an application quickly, you still need to do a lot of work yourself. Based on this, this template project provides you with out-of-the-box functions, you can Get started developing your app quickly.

Graphic Demo

Demo Screenshot

Features

  • Single page routing support
  • Built-in internationalization
  • Built-in bright and dark themes
  • Built-in FontAwesome icon library
  • Integrated TailwindCSS
  • Integrate TypeScript
  • Perfect for Windows, MacOS, Linux platforms

Getting Started

New Project:

wails init -n <Your Appname> -t https://github.com/misitebao/wails-template-vue[@version]

flag description:

  • n - The name of the application to be created
  • t - Template name, supports built-in template names and third-party templates in the form of hyperlinks
  • @version - Specify the version of a specific Git Tag, if no version is specified, the code of the master branch will be used by default

Reference document:

The front-end part uses Vue Vue-Router and Vue-I18N:

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

Maintainer

Thanks to the maintainers of these projects:

misitebao

Contributors

Thanks to all the contributors involved in the development. Contributors

eighteenzheng daoif

Community Exchange

Chinese Community:

Part Of Users

Changelog

Check out the changelog here.

License

License MIT