mirror of
https://github.com/apophenia-news/apophenia.news.git
synced 2026-03-16 19:01:02 +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