-
-
Notifications
You must be signed in to change notification settings - Fork 391
Expand file tree
/
Copy path+Page.mdx
More file actions
21 lines (13 loc) · 658 Bytes
/
+Page.mdx
File metadata and controls
21 lines (13 loc) · 658 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
import { Link } from '@brillout/docpress'
import { UiFrameworkExtension } from '../../components'
import { BatiWidget } from './BatiWidget.tsx'
import { BatiNote } from './BatiNote.tsx'
<div style={{height: 30}}></div>
<BatiWidget />
<BatiNote />
<div style={{height: 10}}></div>
> **Requirement**: [Node.js](https://nodejs.org) (or Deno/Bun), which includes the package manager `npm` (or use `pnpm`/`yarn`).
> **Scaffolded apps use Vike extensions** like <UiFrameworkExtension name />. You can also <Link href="/new/core">scaffold apps that only use Vike's core</Link> (no extensions).
## See also
- <Link href="/new/core" />
- <Link href="/add" />