0.1.14 • Published 5 months ago

vue-psych v0.1.14

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Vue Psych

Psychological experiment process encapsulation, referenced from jspsych.

Installation

pnpm add vue-psych

Usage

usage example

<template>
  <div class="container">
    <PsychPane name="welcome">
      <div>Hello world!</div>
    </PsychPane>
  </div>
</template>
<script setup lang="ts">
import { useProviderPsych } from 'vue-psych'

const psych = useProviderPsych()
const helloTrial = {
  name: 'welcome'
}

onMounted(() => {
  psych.run([helloTrial])
})
</script>
0.1.13

5 months ago

0.1.14

5 months ago

0.1.11

5 months ago

0.1.12

5 months ago

0.1.10

5 months ago

0.1.9

5 months ago

0.1.8

5 months ago

0.1.7

5 months ago

0.1.3

5 months ago

0.1.6

5 months ago

0.1.5

5 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago