Open
Description
Really keen to give this lib a try! Well done!
I want to also split my alpine js logic, similar to how you do withe the HTML views., i.e. having a folder structure similar to the following:
src
|--components
| |--my-content
| |--index.html
| |--index.js
| |--my-footer
| |--index.html
| |--index.js
| |--my-header
| |--index.html
| |--index.js
|--index.html (this is the main entry point)
My questions:
- How would you suggest that I include the individual scripts with their views?
- How would I import alpine.js? Should I have a operate
index.js
that is included in the mainindex.html
?
Activity