import React from 'react'; import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; export default function TabsFrameworks() { return ( //@formatter:off Generate a Svelte project using Javascript with:
wails init -n myproject -t svelte If you would rather use Typescript: wails init -n myproject -t svelte-ts
Generate a React project using Javascript with:
wails init -n myproject -t react If you would rather use Typescript: wails init -n myproject -t react-ts
Generate a Vue project using Javascript with:
wails init -n myproject -t vue If you would rather use Typescript: wails init -n myproject -t vue-ts
Generate a Preact project using Javascript with:
wails init -n myproject -t preact If you would rather use Typescript: wails init -n myproject -t preact-ts
Generate a Lit project using Javascript with:
wails init -n myproject -t lit If you would rather use Typescript: wails init -n myproject -t lit-ts
Generate a Vanilla project using Javascript with:
wails init -n myproject -t vanilla If you would rather use Typescript: wails init -n myproject -t vanilla-ts
//@formatter:on ) }