Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xisuo67/wails-template
一个基于wails的跨平台开箱即用的桌面客户端解决方案
https://github.com/xisuo67/wails-template
desktop golang vite vue-next-admin vue3 wails
Last synced: about 2 months ago
JSON representation
一个基于wails的跨平台开箱即用的桌面客户端解决方案
- Host: GitHub
- URL: https://github.com/xisuo67/wails-template
- Owner: xisuo67
- License: mit
- Created: 2024-02-22T07:39:02.000Z (10 months ago)
- Default Branch: vue3-template
- Last Pushed: 2024-05-28T01:32:38.000Z (7 months ago)
- Last Synced: 2024-10-17T17:53:15.152Z (2 months ago)
- Topics: desktop, golang, vite, vue-next-admin, vue3, wails
- Language: Vue
- Homepage:
- Size: 2.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
wails-template
## 说明
> 这是一个基于wails的跨平台开箱即用的桌面客户端解决方案
>
> ps:由于下个项目,想做一个跨平台的桌面,又懒得到处找不熟悉的前端框架,正好github上看到wails,出于技术预研的目的,wails-template就诞生了
>
> 我将在未来一段时间内投入到这个项目的迭代中,并且持续输出一些关于这个项目的文档以及实用性较强的demo,以便未来产品迭,或帮助更多人## 文档
> 时间不够,未来补充,假装这里有一个
## 如何运行
1、Build Environment
- Node.js [link](https://nodejs.org/en)
- pnpm :`npm i -g pnpm`
- Go [link](https://go.dev/)
- Wails [link](https://wails.io/) :`go install github.com/wailsapp/wails/v2/cmd/wails@latest`2、Pull and Build
```bash
git clone https://github.com/xisuo67/wails-template.gitcd wails-template
wails build
```