@aw-webflow/agentic_iga_page
v1.0.0
Published
Custom JavaScript for a Webflow page, published to npm and served via jsDelivr.
Downloads
164
Readme
@aw-webflow/agentic_iga_page
Custom JavaScript for a Webflow page, published to npm and served via jsDelivr.
Usage via jsDelivr CDN
Add the following <script> tag to the Webflow page (replace <version> with the
published version):
<script src="https://cdn.jsdelivr.net/npm/@aw-webflow/agentic_iga_page@<version>/script.min.js"></script>Deployment Workflow
- Push changes to GitHub.
- Bump the
versioninpackage.json. - Publish to npm:
npm publish --access public - Update the
<script>tag version in Webflow to point at the new release.
Local Development
npm install
npm startnpm start runs parcel script.js for local bundling and development.
