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
/
src
/
renderer.ts
3 lines
•
81 B
text/typescript
View Raw
1
2
3
// Add this to the end of the existing file
import
"./index.css"
;
import
'./app'
;