Fixes for #160
- Added instructions to create the html.js file as requested per the issue. - Added the html.min.js file to the vanilla example - Tested and working as expected.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<script src="../../dist/choo.min.js"></script>
|
||||
<script src="../../dist/html.min.js"></script>
|
||||
<script>
|
||||
const app = choo()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user