mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 15:00:21 +08:00
fix docs again
This commit is contained in:
parent
3dbe2a0942
commit
0a9ae0dff3
@ -27,60 +27,60 @@ import TabItem from "@theme/TabItem";
|
|||||||
{label: "Vanilla", value: "Vanilla"},
|
{label: "Vanilla", value: "Vanilla"},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<TabItem value="Svelte">
|
<TabItem value="Svelte">
|
||||||
Generate a <a href="https://svelte.dev/">Svelte</a> project using Javascript with:<br/>
|
Generate a <a href="https://svelte.dev/">Svelte</a> project using Javascript with:<br/>
|
||||||
|
|
||||||
wails init -n myproject -t svelte
|
wails init -n myproject -t svelte
|
||||||
|
|
||||||
If you would rather use Typescript:
|
If you would rather use Typescript:
|
||||||
|
|
||||||
wails init -n myproject -t svelte-ts
|
wails init -n myproject -t svelte-ts
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="React">
|
<TabItem value="React">
|
||||||
Generate a <a href="https://reactjs.org/">React</a> project using Javascript with:<br/>
|
Generate a <a href="https://reactjs.org/">React</a> project using Javascript with:<br/>
|
||||||
|
|
||||||
wails init -n myproject -t react
|
wails init -n myproject -t react
|
||||||
|
|
||||||
If you would rather use Typescript:
|
If you would rather use Typescript:
|
||||||
|
|
||||||
wails init -n myproject -t react-ts
|
wails init -n myproject -t react-ts
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="Vue">
|
<TabItem value="Vue">
|
||||||
Generate a <a href="https://vuejs.org/">Vue</a> project using Javascript with:<br/>
|
Generate a <a href="https://vuejs.org/">Vue</a> project using Javascript with:<br/>
|
||||||
|
|
||||||
wails init -n myproject -t vue
|
wails init -n myproject -t vue
|
||||||
|
|
||||||
If you would rather use Typescript:
|
If you would rather use Typescript:
|
||||||
|
|
||||||
wails init -n myproject -t vue-ts
|
wails init -n myproject -t vue-ts
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="Preact">
|
<TabItem value="Preact">
|
||||||
Generate a <a href="https://preactjs.com/">Preact</a> project using Javascript with:<br/>
|
Generate a <a href="https://preactjs.com/">Preact</a> project using Javascript with:<br/>
|
||||||
|
|
||||||
wails init -n myproject -t preact
|
wails init -n myproject -t preact
|
||||||
|
|
||||||
If you would rather use Typescript:
|
If you would rather use Typescript:
|
||||||
|
|
||||||
wails init -n myproject -t preact-ts
|
wails init -n myproject -t preact-ts
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="Lit">
|
<TabItem value="Lit">
|
||||||
Generate a <a href="https://lit.dev/">Lit</a> project using Javascript with:<br/>
|
Generate a <a href="https://lit.dev/">Lit</a> project using Javascript with:<br/>
|
||||||
|
|
||||||
wails init -n myproject -t lit
|
wails init -n myproject -t lit
|
||||||
|
|
||||||
If you would rather use Typescript:
|
If you would rather use Typescript:
|
||||||
|
|
||||||
wails init -n myproject -t lit-ts
|
wails init -n myproject -t lit-ts
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="Vanilla">
|
<TabItem value="Vanilla">
|
||||||
Generate a Vanilla project using Javascript with:<br/>
|
Generate a Vanilla project using Javascript with:<br/>
|
||||||
|
|
||||||
wails init -n myproject -t vanilla
|
wails init -n myproject -t vanilla
|
||||||
|
|
||||||
If you would rather use Typescript:
|
If you would rather use Typescript:
|
||||||
|
|
||||||
wails init -n myproject -t vanilla-ts
|
wails init -n myproject -t vanilla-ts
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
@ -27,60 +27,60 @@ import TabItem from "@theme/TabItem";
|
|||||||
{label: "Vanilla", value: "Vanilla"},
|
{label: "Vanilla", value: "Vanilla"},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<TabItem value="Svelte">
|
<TabItem value="Svelte">
|
||||||
Generate a <a href="https://svelte.dev/">Svelte</a> project using Javascript with:<br/>
|
Generate a <a href="https://svelte.dev/">Svelte</a> project using Javascript with:<br/>
|
||||||
|
|
||||||
wails init -n myproject -t svelte
|
wails init -n myproject -t svelte
|
||||||
|
|
||||||
If you would rather use Typescript:
|
If you would rather use Typescript:
|
||||||
|
|
||||||
wails init -n myproject -t svelte-ts
|
wails init -n myproject -t svelte-ts
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="React">
|
<TabItem value="React">
|
||||||
Generate a <a href="https://reactjs.org/">React</a> project using Javascript with:<br/>
|
Generate a <a href="https://reactjs.org/">React</a> project using Javascript with:<br/>
|
||||||
|
|
||||||
wails init -n myproject -t react
|
wails init -n myproject -t react
|
||||||
|
|
||||||
If you would rather use Typescript:
|
If you would rather use Typescript:
|
||||||
|
|
||||||
wails init -n myproject -t react-ts
|
wails init -n myproject -t react-ts
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="Vue">
|
<TabItem value="Vue">
|
||||||
Generate a <a href="https://vuejs.org/">Vue</a> project using Javascript with:<br/>
|
Generate a <a href="https://vuejs.org/">Vue</a> project using Javascript with:<br/>
|
||||||
|
|
||||||
wails init -n myproject -t vue
|
wails init -n myproject -t vue
|
||||||
|
|
||||||
If you would rather use Typescript:
|
If you would rather use Typescript:
|
||||||
|
|
||||||
wails init -n myproject -t vue-ts
|
wails init -n myproject -t vue-ts
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="Preact">
|
<TabItem value="Preact">
|
||||||
Generate a <a href="https://preactjs.com/">Preact</a> project using Javascript with:<br/>
|
Generate a <a href="https://preactjs.com/">Preact</a> project using Javascript with:<br/>
|
||||||
|
|
||||||
wails init -n myproject -t preact
|
wails init -n myproject -t preact
|
||||||
|
|
||||||
If you would rather use Typescript:
|
If you would rather use Typescript:
|
||||||
|
|
||||||
wails init -n myproject -t preact-ts
|
wails init -n myproject -t preact-ts
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="Lit">
|
<TabItem value="Lit">
|
||||||
Generate a <a href="https://lit.dev/">Lit</a> project using Javascript with:<br/>
|
Generate a <a href="https://lit.dev/">Lit</a> project using Javascript with:<br/>
|
||||||
|
|
||||||
wails init -n myproject -t lit
|
wails init -n myproject -t lit
|
||||||
|
|
||||||
If you would rather use Typescript:
|
If you would rather use Typescript:
|
||||||
|
|
||||||
wails init -n myproject -t lit-ts
|
wails init -n myproject -t lit-ts
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="Vanilla">
|
<TabItem value="Vanilla">
|
||||||
Generate a Vanilla project using Javascript with:<br/>
|
Generate a Vanilla project using Javascript with:<br/>
|
||||||
|
|
||||||
wails init -n myproject -t vanilla
|
wails init -n myproject -t vanilla
|
||||||
|
|
||||||
If you would rather use Typescript:
|
If you would rather use Typescript:
|
||||||
|
|
||||||
wails init -n myproject -t vanilla-ts
|
wails init -n myproject -t vanilla-ts
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
Loading…
Reference in New Issue
Block a user