New translations firstproject.mdx (Russian)

[ci skip]
This commit is contained in:
Lea Anthony
2022-08-13 22:25:12 +10:00
parent 8ea167af21
commit f358fe410f
@@ -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/>
@@ -83,7 +82,6 @@ If you would rather use Typescript:<br/>
<!-- @formatter:on -->
<hr />
There are also [community templates](../community/templates.mdx) available that offer different capabilities and frameworks.