mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-23 13:02:16 +08:00
docs: added readme and logo
This commit is contained in:
parent
16f635cab0
commit
e938cba77a
134
README.md
Normal file
134
README.md
Normal file
@ -0,0 +1,134 @@
|
||||
<p align="center">
|
||||
<img src="/logo.png" height="280" />
|
||||
</p>
|
||||
<p align="center">
|
||||
A wails template based on Vue and Vue-Router
|
||||
</p>
|
||||
<p align="center">
|
||||
<a href="https://github.com/misitebao/standard-repository/blob/main/LICENSE"><img alt="GitHub" src="https://img.shields.io/github/license/misitebao/standard-repository?style=flat-square"/></a>
|
||||
<a href="https://github.com/misitebao/standard-repository"><img alt="GitHub" src="https://img.shields.io/badge/Readme--Style-standard--repository-brightgreen?style=flat-square"/></a>
|
||||
<a href="https://github.com/misitebao/standard-repository"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/misitebao/wails-template-vue?style=flat-square"/></a>
|
||||
<a href="https://github.com/misitebao"><img alt="GitHub user" src="https://img.shields.io/badge/author-misitebao-brightgreen?style=flat-square"/></a>
|
||||
<a href="https://github.com/wailsapp/wails"><img alt="Gitter" src="https://img.shields.io/badge/For-wails-brightgreen?style=flat-square&color=ff3c3c"/></a>
|
||||
</p>
|
||||
|
||||
<span id="nav-1"></span>
|
||||
|
||||
## Internationalization
|
||||
|
||||
[English](README.md) | [简体中文](README.zh-Hans.md)
|
||||
|
||||
<span id="nav-2"></span>
|
||||
|
||||
## Table of Contents
|
||||
|
||||
<details>
|
||||
<summary>Click me to Open/Close the directory listing</summary>
|
||||
|
||||
- [Internationalization](#nav-1)
|
||||
- [Table of Contents](#nav-2)
|
||||
- [Introductions](#nav-3)
|
||||
- [Official Website](#nav-3-1)
|
||||
- [Background](#nav-3-2)
|
||||
- [Graphic Demo](#nav-4)
|
||||
- [Features](#nav-5)
|
||||
- [Architecture](#nav-6)
|
||||
- [Getting Started](#nav-7)
|
||||
- [Maintainer](#nav-8)
|
||||
- [Contributors](#nav-9)
|
||||
- [Community Exchange](#nav-10)
|
||||
- [Part Of Users](#nav-11)
|
||||
- [Release History](CHANGE.md)
|
||||
- [Donators](#nav-12)
|
||||
- [Sponsors](#nav-13)
|
||||
- [Special Thanks](#nav-14)
|
||||
- [License](#nav-15)
|
||||
|
||||
</details>
|
||||
|
||||
<span id="nav-3"></span>
|
||||
|
||||
## Introductions
|
||||
|
||||
The wails-template-vue template is a Vue template that supports Wails programs and provides Router and i18n functions by default.
|
||||
|
||||
<span id="nav-3-1"></span>
|
||||
|
||||
### Official Website
|
||||
|
||||
<span id="nav-3-2"></span>
|
||||
|
||||
### Background
|
||||
|
||||
I hope that Vue and its powerful community ecology can be used in wails applications to develop single-page applications that support multiple routes.
|
||||
|
||||
<span id="nav-4"></span>
|
||||
|
||||
## Graphic Demo
|
||||
|
||||
<span id="nav-5"></span>
|
||||
|
||||
## Features
|
||||
|
||||
- Support single page routing and i18n
|
||||
|
||||
<span id="nav-6"></span>
|
||||
|
||||
## Architecture
|
||||
|
||||
<span id="nav-7"></span>
|
||||
|
||||
## Getting Started
|
||||
|
||||
```
|
||||
wails init -n [Your Appname] -t https://github.com/misitebao/wails-template-vue
|
||||
```
|
||||
|
||||
<span id="nav-8"></span>
|
||||
|
||||
## Maintainer
|
||||
|
||||
Thanks to the maintainers of these projects:
|
||||
|
||||
<a href="https://github.com/misitebao"><img src="https://github.com/misitebao.png" width="40" height="40" alt="misitebao" title="misitebao"/></a>
|
||||
|
||||
<details>
|
||||
<summary>Click me to Open/Close the contributors listing</summary>
|
||||
|
||||
- [Misitebao](https://github.com/misitebao) - Project author, full stack engineer.
|
||||
|
||||
</details>
|
||||
|
||||
<span id="nav-9"></span>
|
||||
|
||||
## Contributors
|
||||
|
||||
Thank you to all the contributors who participated in the development of standard-repository. [Contributors](https://github.com/misitebao/wails-template-vue/graphs/contributors)
|
||||
|
||||
<span id="nav-10"></span>
|
||||
|
||||
## Community Exchange
|
||||
|
||||
- [Wails Slack](https://invite.slack.golangbridge.org/ - Wails official communication channel
|
||||
|
||||
<span id="nav-11"></span>
|
||||
|
||||
## Part Of Users
|
||||
|
||||
<span id="nav-12"></span>
|
||||
|
||||
## Donators
|
||||
|
||||
<span id="nav-13"></span>
|
||||
|
||||
## Sponsors
|
||||
|
||||
<span id="nav-14"></span>
|
||||
|
||||
## Special Thanks
|
||||
|
||||
<span id="nav-15"></span>
|
||||
|
||||
## License
|
||||
|
||||
[License MIT](LICENSE)
|
Loading…
Reference in New Issue
Block a user