@aw-webflow/pricing_page_js
v1.4.0
Published
Custom JavaScript for a Webflow page.
Readme
@aw-webflow/pricing_page_js
Custom JavaScript for a Webflow page.
Usage via jsDelivr CDN
Add the following script tag to your Webflow page (before </body>):
<script src="https://cdn.jsdelivr.net/npm/@aw-webflow/[email protected]/script.min.js"></script>Deployment Workflow
- Push your changes to GitHub.
- Bump the version in
package.json. - Publish to npm:
npm publish --access public. - Update the version in the Webflow
<script>tag to point to the new release.
Local Development
npm install
npm startnpm start runs parcel script.js for local bundling and development.
