mirror of
https://github.com/apophenia-news/apophenia.news.git
synced 2026-03-17 03:11:01 +00:00
Feat: Alpine and Lucide bootstrapping
This commit is contained in:
8
src/main.js
Normal file
8
src/main.js
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
import Alpine from "alpinejs";
|
||||||
|
import { createIcons } from "lucide";
|
||||||
|
import "./styles.css";
|
||||||
|
|
||||||
|
window.Alpine = Alpine;
|
||||||
|
Alpine.start();
|
||||||
|
|
||||||
|
document.addEventListener("DOMContentLoaded", () => createIcons());
|
||||||
Reference in New Issue
Block a user