Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 582 Bytes

example.md

File metadata and controls

26 lines (17 loc) · 582 Bytes

Example

The Example includes:

  • A simple “Hello World” example demonstrates how to use components instead of trials.
  • Simple Reaction Time Task demonstrates how to use JsPsych’s plugin in JsPsych-Vue

If you want to run the example, first clone the entire repository

git clone https://github.com/HGGshiwo/jspsych-vue.git

Install the dependencies in the root directory

yarn install

Start the server.

yarn serve
<iframe src="../example/dist/index.html" width="600" height="400"></iframe>