@aw-webflow/zuora_case_study_page
v1.1.1
Published
Custom JavaScript for a Webflow page, published to npm and served via jsDelivr.
Readme
@aw-webflow/zuora_case_study_page
Custom JavaScript for a Webflow page, published to npm and served via jsDelivr.
Usage via jsDelivr CDN
Add the following <script> tag to your Webflow page settings (before </body>):
<script src="https://cdn.jsdelivr.net/npm/@aw-webflow/[email protected]/script.min.js"></script>Replace 1.0.0 with the latest published version, or use @latest to always pull the most recent release.
Deployment Workflow
- Push changes to GitHub.
- Bump the
versioninpackage.json. - Run
npm publish --access public. - Update the version in your Webflow
<script>tag to pull the new release from jsDelivr.
Local Development
npm install
npm startnpm start runs parcel script.js and serves a local dev build.
