Go to file
2021-09-09 20:43:30 +08:00
frontend feat: optimize the navigation bar UI and add about content. 2021-09-09 20:43:30 +08:00
app.tmpl.go feat: update go program template 2021-09-09 05:17:13 +08:00
go.mod.tmpl feat: update some Go template files 2021-09-08 18:40:29 +08:00
LICENSE Initial commit 2021-08-12 05:32:42 +08:00
logo.png docs: update logo 2021-09-08 10:58:01 +08:00
main.tmpl.go feat: update go program template 2021-09-09 05:17:13 +08:00
preview.gif docs: update preview image 2021-09-09 18:40:43 +08:00
README.md docs: added preview Gif picture and updated picture link to cdn 2021-09-09 16:34:33 +08:00
README.zh-Hans.md docs: added preview Gif picture and updated picture link to cdn 2021-09-09 16:34:33 +08:00
screenshots.png docs: Add demo screenshot 2021-09-09 05:31:34 +08:00
template.json feat: update some Go template files 2021-09-08 18:40:29 +08:00
wails.tmpl.json feat: added npm script configuration to the template 2021-09-08 19:08:59 +08:00

A Wails template based on Vue and Vue-Router

GitHub GitHub GitHub Repo stars GitHub user Gitter

Internationalization

English | 简体中文

Table of Contents

Click me to Open/Close the directory listing

Introductions

The wails-template-vue template is a Vue template that supports Wails programs and provides Router and i18n functions by default.

Official Website

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.

Graphic Demo

Demo Screenshot

Features

  • Support single page routing and i18n

Architecture

Getting Started

New Project

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

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

Front-end reference document

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

  • Vue - Use vue3.x version, the specific content can refer to the official Vue Document.
  • Vue-Router - Use Vue-Router 4.x version, please refer to the official Vue-Router Documents for specific usage.
  • Vue-I18N - Use Vue-I18N 9.x version, please refer to official Vue-I18N Documents for specific usage.

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

Maintainer

Thanks to the maintainers of these projects:

misitebao

Click me to Open/Close the contributors listing
  • Misitebao - Project author, full stack engineer.

Contributors

Thank you to all the contributors who participated in the development of standard-repository. Contributors

Community Exchange

Part Of Users

Donators

Sponsors

Special Thanks

License

License MIT