New translations firstproject.mdx (Japanese)

[ci skip]
This commit is contained in:
Lea Anthony
2022-08-13 22:25:12 +10:00
parent 75e58d43e8
commit 8ea167af21
@@ -13,19 +13,18 @@ Now that the CLI is installed, you can generate a new project by using the `wail
Pick your favourite framework:
<!-- @formatter:off -->
<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"},
]}
{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/>