Skip to content

misitebao/wails-template-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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