-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
210 changed files
with
11,433 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v2.1.0 | ||
v2.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
website/i18n/en/docusaurus-plugin-content-docs/version-v2.2.0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"version.label": { | ||
"message": "v2.2.0", | ||
"description": "The label for version v2.2.0" | ||
}, | ||
"sidebar.docs.category.Getting Started": { | ||
"message": "Getting Started", | ||
"description": "The label for category Getting Started in sidebar docs" | ||
}, | ||
"sidebar.docs.category.Reference": { | ||
"message": "Reference", | ||
"description": "The label for category Reference in sidebar docs" | ||
}, | ||
"sidebar.docs.category.Runtime": { | ||
"message": "Runtime", | ||
"description": "The label for category Runtime in sidebar docs" | ||
}, | ||
"sidebar.docs.category.Community": { | ||
"message": "Community", | ||
"description": "The label for category Community in sidebar docs" | ||
}, | ||
"sidebar.docs.category.Showcase": { | ||
"message": "Showcase", | ||
"description": "The label for category Showcase in sidebar docs" | ||
}, | ||
"sidebar.docs.category.Guides": { | ||
"message": "Guides", | ||
"description": "The label for category Guides in sidebar docs" | ||
}, | ||
"sidebar.docs.category.Tutorials": { | ||
"message": "Tutorials", | ||
"description": "The label for category Tutorials in sidebar docs" | ||
}, | ||
"sidebar.docs.link.Contributing": { | ||
"message": "Contributing", | ||
"description": "The label for link Contributing in sidebar docs, linking to /community-guide#ways-of-contributing" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
26 changes: 26 additions & 0 deletions
26
website/i18n/ja/docusaurus-plugin-content-docs/version-v2.2.0/community/links.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
sidebar_position: 2 | ||
--- | ||
|
||
# Links | ||
|
||
This page serves as a list for community related links. Please submit a PR (click `Edit this page` at the bottom) to submit links. | ||
|
||
## Awesome Wails | ||
|
||
The [definitive list](https://github.com/wailsapp/awesome-wails) of links related to Wails. | ||
|
||
## Support Channels | ||
|
||
- [Gophers Slack Channel](https://gophers.slack.com/messages/CJ4P9F7MZ/) | ||
- [Gophers Slack Channel Invite](https://invite.slack.golangbridge.org/) | ||
- [Github Issues](https://github.com/wailsapp/wails/issues) | ||
- [v2 Beta Discussion Board](https://github.com/wailsapp/wails/discussions/828) | ||
|
||
## Social Media | ||
|
||
- [Twitter](https://twitter.com/wailsapp) | ||
- [Wails Chinese Community QQ Group](https://qm.qq.com/cgi-bin/qm/qr?k=PmIURne5hFGNd7QWzW5qd6FV-INEjNJv&jump_from=webapi) - Group number: 1067173054 | ||
|
||
## その他のチュートリアルや記事 | ||
- [掲示板を作ってみる](https://blog.customct.com/building-bulletin-board) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 16 additions & 0 deletions
16
.../docusaurus-plugin-content-docs/version-v2.2.0/community/showcase/filehound.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# FileHound Export Utility | ||
|
||
```mdx-code-block | ||
<p style={{ "text-align": "center" }}> | ||
<img src={require("@site/static/img/showcase/filehound.webp").default} /> | ||
<br /> | ||
</p> | ||
``` | ||
|
||
[FileHound Export Utility](https://www.filehound.co.uk/) FileHound is a cloud document management platform made for secure file retention, business process automation and SmartCapture capabilities. | ||
|
||
The FileHound Export Utility allows FileHound Administrators the ability to run a secure document and data extraction tasks for alternative back-up and recovery purposes. This application will download all documents and/or meta data saved in FileHound based on the filters you choose. The metadata will be exported in both JSON and XML formats. | ||
|
||
Backend built with: Go 1.15 Wails 1.11.0 go-sqlite3 1.14.6 go-linq 3.2 | ||
|
||
Frontend with: Vue 2.6.11 Vuex 3.4.0 Typescript Tailwind 1.9.6 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
56 changes: 56 additions & 0 deletions
56
...e/i18n/ja/docusaurus-plugin-content-docs/version-v2.2.0/community/templates.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# テンプレート | ||
|
||
このページでは、コミュニティがサポートしているテンプレートを紹介しています。 このページに新たにテンプレートを含めたい場合は、このページの下側にある`このページを編集`をクリックして、プルリクエストを出してください。 独自テンプレートの作成方法については、[テンプレート](../guides/templates.mdx)ガイドをご覧ください。 | ||
|
||
これらのテンプレートを使用するには、`wails init -n "プロジェクト名" -t [テンプレートのリンク[@バージョン]]`コマンドを実行してください。 | ||
|
||
バージョンサフィックスが無い場合は、デフォルトで、メインブランチのコードテンプレートが使用されます。 バージョンサフィックスがある場合は、当該バージョンのタグに対応するコードテンプレートが使用されます。 | ||
|
||
例: `wails init -n "プロジェクト名" -t https://github.com/misitebao/wails-template-vue` | ||
|
||
:::warning 注意 | ||
|
||
**Wailsプロジェクトでは、サードパーティ製テンプレートのメンテナンスは行っておらず、責任も負いません!** | ||
|
||
テンプレートについてよく分からない場合は、`package.json`および`wails.json`を確認し、どのようなスクリプトが実行されるのかや、どのようなパッケージがインストールされるのかを調べてください。 | ||
|
||
::: | ||
|
||
## Vue | ||
|
||
- [wails-template-vue](https://github.com/misitebao/wails-template-vue) - VueのエコシステムをベースにしたWailsテンプレート (TypeScript、ダークテーマ、i18n、シングルページルーティング、TailwindCSSを統合) | ||
- [wails-vite-vue-ts](https://github.com/codydbentley/wails-vite-vue-ts) - Viteを使用したVue 3 TypeScript (および機能を追加する手順) | ||
- [wails-vite-vue-the-works](https://github.com/codydbentley/wails-vite-vue-the-works) - Vite、Vuex、Vue Router、SaaS、ESLint + Prettier を使用した Vue 3 TypeScript | ||
- [wails-template-quasar-js](https://github.com/sgosiaco/wails-template-quasar-js) - A template using JavaScript + Quasar V2 (Vue 3, Vite, Sass, Pinia, ESLint, Prettier) | ||
- [wails-template-quasar-ts](https://github.com/sgosiaco/wails-template-quasar-ts) - A template using TypeScript + Quasar V2 (Vue 3, Vite, Sass, Pinia, ESLint, Prettier, Composition API with <script setup>) | ||
|
||
## Angular | ||
|
||
- [wails-angular-template](https://github.com/TAINCER/wails-angular-template) - TypeScript、Sass、ホットリロード、コード分割、i18n を使用した Angular | ||
|
||
## React | ||
|
||
- [wails-react-template](https://github.com/AlienRecall/wails-react-template) - reactjsを使用したテンプレート | ||
- [wails-react-template](https://github.com/flin7/wails-react-template) - ライブ開発をサポートしたReactの最小テンプレート | ||
- [wails-template-nextjs](https://github.com/LGiki/wails-template-nextjs) - Next.js、TypeScript を使用したテンプレート | ||
- [wails-vite-react-ts-tailwind-template](https://github.com/hotafrika/wails-vite-react-ts-tailwind-template) - React + TypeScript + Vite + TailwindCSSを使用したテンプレート | ||
|
||
## Svelte | ||
|
||
- [wails-svelte-template](https://github.com/raitonoberu/wails-svelte-template) - Svelteを使用したテンプレート | ||
- [wails-vite-svelte-template](https://github.com/BillBuilt/wails-vite-svelte-template) - SvelteおよびViteを使用したテンプレート | ||
- [wails-vite-svelte-tailwind-template](https://github.com/BillBuilt/wails-vite-svelte-tailwind-template) - TailwindCSS v3を含んだ、SvelteおよびViteを使用したテンプレート | ||
- [wails-sveltekit-template](https://github.com/h8gi/wails-sveltekit-template) - SvelteKitを使用したテンプレート | ||
|
||
## Elm | ||
|
||
- [wails-elm-template](https://github.com/benjamin-thomas/wails-elm-template) - 関数型プログラミングと**高速な**ホットリロードを使ったGUIアプリ開発 :tada: :rocket: | ||
- [wails-template-elm-tailwind](https://github.com/rnice01/wails-template-elm-tailwind) - Elm + Tailwind CSS + Wailsのパワー:muscle:を組み合わせたテンプレート (ホットリロードサポートあり) | ||
|
||
## ピュアJavaScript (バニラ) | ||
|
||
- [wails-pure-js-template](https://github.com/KiddoV/wails-pure-js-template) - 基本的なJavaScript、HTML、CSSのみを含むテンプレート |
File renamed without changes.
22 changes: 22 additions & 0 deletions
22
...8n/ja/docusaurus-plugin-content-docs/version-v2.2.0/gettingstarted/building.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
sidebar_position: 6 | ||
--- | ||
|
||
# プロジェクトのコンパイル | ||
|
||
プロジェクトディレクトリ上で、`wails build`コマンドを実行しましょう。 そうすることで、プロジェクトがコンパイルされ、`build/bin`ディレクトリ内に本番配布用のバイナリが出力されます。 | ||
|
||
バイナリを起動すると、デフォルト仕様のアプリを確認することができます: | ||
|
||
```mdx-code-block | ||
<div class="text--center"> | ||
<img | ||
src={require("@site/static/img/defaultproject.webp").default} | ||
width="50%" | ||
class="screenshot" | ||
/> | ||
</div> | ||
<br /> | ||
``` | ||
|
||
コンパイルオプションについて詳しくは、[CLIリファレンス](../reference/cli.mdx#build)をご覧ください。 |
16 changes: 16 additions & 0 deletions
16
...ja/docusaurus-plugin-content-docs/version-v2.2.0/gettingstarted/development.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
sidebar_position: 5 | ||
--- | ||
|
||
# アプリの開発 | ||
|
||
プロジェクトディレクトリのルート上で`wails dev`コマンドを実行すると、アプリを開発モードで起動することができます。 コマンドを実行すると下記の処理が実行されます: | ||
|
||
- アプリをビルドしたのち、起動する | ||
- Goのコードをフロントエンドにバインドし、Javascriptから呼び出せるようにする | ||
- Using the power of [Vite](https://vitejs.dev/), will watch for modifications in your Go files and rebuild/re-run on change | ||
- ブラウザからアプリを操作できるようにする[Webサーバ](http://localhost:34115)を立ち上げる。 これにより、任意のブラウザ拡張機能を利用できる。 JavascriptのコンソールからGoのコードを呼び出すこともできる | ||
|
||
アプリ開発を始めるときは、プロジェクトディレクトリ上で`wails dev`コマンドを実行しましょう。 詳しくは、[こちら](../reference/cli.mdx#dev)をご覧ください。 | ||
|
||
近日中にチュートリアルを公開予定です。 |
130 changes: 130 additions & 0 deletions
130
...a/docusaurus-plugin-content-docs/version-v2.2.0/gettingstarted/firstproject.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
--- | ||
sidebar_position: 2 | ||
--- | ||
|
||
# プロジェクトの開始 | ||
|
||
## プロジェクトの生成 | ||
|
||
CLIのインストールが終わったら、`wails init`コマンドで新しいプロジェクトを生成しましょう。 | ||
|
||
好きなフレームワークを選択してください: | ||
|
||
```mdx-code-block | ||
import Tabs from "@theme/Tabs"; | ||
import TabItem from "@theme/TabItem"; | ||
<Tabs | ||
defaultValue="Svelte" | ||
values={[ | ||
{label: "Svelte", value: "Svelte"}, | ||
{label: "React", value: "React"}, | ||
{label: "Vue", value: "Vue"}, | ||
{label: "Preact", value: "Preact"}, | ||
{label: "Lit", value: "Lit"}, | ||
{label: "Vanilla", value: "Vanilla"}, | ||
]} | ||
> | ||
<TabItem value="Svelte"> | ||
Generate a <a href={"https://svelte.dev/"}>Svelte</a> project using Javascript with:<br/><br/> | ||
wails init -n myproject -t svelte | ||
If you would rather use Typescript:<br/> | ||
wails init -n myproject -t svelte-ts | ||
</TabItem> | ||
<TabItem value="React"> | ||
Generate a <a href={"https://reactjs.org/"}>React</a> project using Javascript with:<br/><br/> | ||
wails init -n myproject -t react | ||
If you would rather use Typescript:<br/> | ||
wails init -n myproject -t react-ts | ||
</TabItem> | ||
<TabItem value="Vue"> | ||
Generate a <a href={"https://vuejs.org/"}>Vue</a> project using Javascript with:<br/><br/> | ||
wails init -n myproject -t vue | ||
If you would rather use Typescript:<br/> | ||
wails init -n myproject -t vue-ts | ||
</TabItem> | ||
<TabItem value="Preact"> | ||
Generate a <a href={"https://preactjs.com/"}>Preact</a> project using Javascript with:<br/><br/> | ||
wails init -n myproject -t preact | ||
If you would rather use Typescript:<br/> | ||
wails init -n myproject -t preact-ts | ||
</TabItem> | ||
<TabItem value="Lit"> | ||
Generate a <a href={"https://lit.dev/"}>Lit</a> project using Javascript with:<br/><br/> | ||
wails init -n myproject -t lit | ||
If you would rather use Typescript:<br/> | ||
wails init -n myproject -t lit-ts | ||
</TabItem> | ||
<TabItem value="Vanilla"> | ||
Generate a Vanilla project using Javascript with:<br/><br/> | ||
wails init -n myproject -t vanilla | ||
If you would rather use Typescript:<br/> | ||
wails init -n myproject -t vanilla-ts | ||
</TabItem> | ||
</Tabs> | ||
``` | ||
|
||
<hr /> | ||
|
||
様々な機能やフレームワークを提供する[コミュニティテンプレート](../community/templates.mdx)を利用することもできます。 | ||
|
||
プロジェクト生成時に使用可能なオプションを確認するには、`wails init -help`を実行してください。 詳しくは、[CLIリファレンス](../reference/cli.mdx#init)を参照してください。 | ||
|
||
## プロジェクトのディレクトリ構成 | ||
|
||
Wailsのプロジェクトディレクトリの構成は次のとおりです: | ||
|
||
``` | ||
. | ||
├── build/ | ||
│ ├── appicon.png | ||
│ ├── darwin/ | ||
│ └── windows/ | ||
├── frontend/ | ||
├── go.mod | ||
├── go.sum | ||
├── main.go | ||
└── wails.json | ||
``` | ||
|
||
### プロジェクトの構造 | ||
|
||
- `/main.go` - アプリのメインコード | ||
- `/frontend/` - フロントエンドのプロジェクトディレクトリ | ||
- `/build/` - ビルドディレクトリ | ||
- `/build/appicon.png` - アプリアイコン | ||
- `/build/darwin/` - Mac固有のプロジェクトディレクトリ | ||
- `/build/windows/` - Windows固有のプロジェクトディレクトリ | ||
- `/wails.json` - プロジェクト構成ファイル | ||
- `/go.mod` - Goモジュール定義ファイル | ||
- `/go.sum` - Goモジュールチェックサムファイル | ||
|
||
`frontend`ディレクトリ内は、Wailsで決まったファイル構成等は無く、お好きなフロントエンドプロジェクトを配置することができます。 | ||
|
||
`build`ディレクトリは、アプリのビルド時に使用されます。 この中のファイルは、ビルドの挙動をカスタマイズするために、適宜ファイル内容を書き換えることができます。 buildディレクトリ内のファイルを削除すると、デフォルトのファイルが再生成されます。 | ||
|
||
`go.mod`のモジュール名は、最初は"changeme"になっています。 このモジュール名は、あなたのプロジェクトに適切な名前に変更しましょう。 |
Oops, something went wrong.