wails-template-vue/.github
2023-04-12 18:33:30 +08:00
..
ISSUE_TEMPLATE chore: update issue templates 2023-04-12 18:32:14 +08:00
CHANGELOG.md Sync username 2022-09-07 08:06:38 +08:00
CONTRIBUTING.md Add github related configuration 2021-11-23 04:02:25 +08:00
FUNDING.yml Add github related configuration 2021-11-23 04:02:25 +08:00
LICENSE Update LICENSE path 2022-10-03 18:07:40 +08:00
logo.gif feat: add frontend watcher and changelog (#20) 2022-03-06 02:59:35 +08:00
logo.png feat: add frontend watcher and changelog (#20) 2022-03-06 02:59:35 +08:00
preview.en.png docs: update preview 2022-03-24 11:48:29 +08:00
preview.gif docs: update resource path 2022-02-03 08:47:11 +08:00
preview.png docs: update resource path 2022-02-03 08:47:11 +08:00
preview.zh-Hans.png docs: update preview 2022-03-24 11:48:29 +08:00
pull-request-template.md chore: update PR template 2022-01-30 06:43:50 +08:00
README.md Update LICENSE path 2022-10-03 18:07:40 +08:00
README.zh-Hans.md Update LICENSE path 2022-10-03 18:07:40 +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