This website requires JavaScript.
Explore
Help
Sign in
amethyst
/
keywind
Watch
1
Star
1
Fork
You've already forked keywind
0
forked from
mirrors/keywind
Code
Pull requests
Activity
5b5ac96dd3
keywind
/
src
/
index.ts
8 lines
96 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Initial commit
2021-07-05 11:40:00 +00:00
import
Alpine
from
'alpinejs'
;
feat!: migrate from snowpack to vite
2022-09-03 08:00:00 +00:00
import
'./index.css'
;
Initial commit
2021-07-05 11:40:00 +00:00
window
.
Alpine
=
Alpine
;
Alpine
.
start
(
)
;
Copy permalink