Now have a basic alpine.js page going and it's talking to the server to get json in a fake API.
This commit is contained in:
parent
9ed5c05cdf
commit
f49608d74c
6 changed files with 63 additions and 37 deletions
8
public/alpine_test.html
Normal file
8
public/alpine_test.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1 x-data="{ message: 'I ❤️ Alpine' }" x-text="message"></h1>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue