UNPKG
@vite-pwa/create-pwa
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
0.6.2
0.6.1
0.6.0
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.0
0.0.1
PWA Templates
github.com/vite-pwa/create-pwa
vite-pwa/create-pwa
@vite-pwa/create-pwa
/
templates
/
template-preact
/
src
/
main.jsx
6 lines
(4 loc)
•
134 B
JSX
View Raw
1
2
3
4
5
6
import
{ render }
from
'preact'
import
'./index.css'
import
{
App
}
from
'./app.jsx'
render
(
<
App
/>
,
document
.
getElementById
(
'app'
))