Website - Docs - Marketplace - Template
This Jovo v4 sample app showcases the following features:
- Navigating between components using
$redirect,$delegate, and$resolve - Using different entry points to reach a component (for example using a global intent or
STARTvia$redirect) - Using the
ifproperty of the@Handledecorator to see if entities are recognized correctly - Using
this.$component.datafor component-scoped data that is removed after the component resolves
Clone this repository and install all dependencies:
# Clone project
$ git clone https://github.com/jovotech/jovo-sample-components.git
# Go to directory
$ cd jovo-sample-components
# Install dependencies
$ npm installThe easiest way test the project code is to install the Jovo CLI and use the run command. Learn more in Jovo getting started docs.
# Install Jovo CLI globally
$ npm install -g @jovotech/cli
# Run local development server
$ jovo runThis will compile the code, run the local development server, and print out your individual Jovo Webhook URL that you can then use to access the Jovo Debugger.
