Installation
Installing the Webnative SDK
You can add Webnative to a project by loading it from a CDN or installing it with a package manager.
CDN
For prototyping or experimentation, you can use the latest version of Webnative.
We recommend linking to a specific version in production to avoid unexpected changes.
Use the build from the global context.
Package Manager
We recommend installing Webnative with a package manager for larger projects that use build tools or bundlers.
Install Webnative with npm
or your preferred package manager.
Import Webnative in your application.
Last updated