Installation
Last updated
Last updated
Getting started with Cue.js is quick and easy. You can integrate it into your project using popular package managers like npm or Yarn, or you can simply include it directly via a Content Delivery Network (CDN).
For the quickest setup, you can include Cue.js directly in your HTML using CDN links. This is ideal for simple projects or prototyping, as it doesn't require any build tools.
Place these lines in the <head>
section of your HTML file:
Minified Version (Recommended for Production):
Unminified Version (For Development/Debugging):
When using the CDN version, the Cue
class will be globally available via window.Cue
.
Once installed, you're ready to create your first tour!