UNPKG
create-electron-shadcn-app
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.0
Create Electron Forge apps with Vite, React, Tailwind and shadcn/ui only with one command.
create-electron-shadcn-app
/
template
/
index.html
13 lines
(10 loc)
•
191 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"UTF-8"
/>
<
title
>
Hello World!
</
title
>
</
head
>
<
body
>
<
script
type
=
"module"
src
=
"/src/renderer.ts"
>
</
script
>
</
body
>
</
html
>