Prepare migration to Tailwind
This commit is contained in:
10
assets/js/app.js
Normal file
10
assets/js/app.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// Import Alpine.js
|
||||
import Alpine from 'alpinejs'
|
||||
|
||||
// Make Alpine available on the window object
|
||||
window.Alpine = Alpine
|
||||
|
||||
// Initialize Alpine
|
||||
Alpine.start()
|
||||
|
||||
console.log("Hello world");
|
||||
Reference in New Issue
Block a user