vue-storyground-reader

1.3.2 • Public • Published

vue storyground reader · GitHub license

vue storyground reader is a package that includes vue components created in order to read the stories created with storygroundeditor.com. If you’re interested in a solution that works without Vue, we recommend Js storyground reader package. To see the docs click here.

Here's your first example to get you started:

<template>
  <div id="app">
    <game :gameData="jsonStory" />
  </div>
</template>
<script>
import { game } from "vue-storyground-reader";
import jsonStory from "./jsonStory.json";

export default {
  components: {
    game,
  },
  data() {
    return {
      jsonStory: jsonStory,
    };
  },
};
</script>

License

js storyground reader is MIT licensed.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.3.21latest

Version History

VersionDownloads (Last 7 Days)Published
1.3.21
1.3.11
1.3.01
1.2.91
1.2.81
1.2.71
1.2.61
1.2.43
1.2.33
1.2.24
1.2.11
1.2.01
1.1.91
1.1.81
1.1.71
1.1.60
1.1.50
1.1.40
1.1.31
1.1.20
1.1.10
1.1.00
1.0.90
1.0.80
1.0.70
1.0.60
1.0.51
1.0.40
1.0.30
1.0.20
1.0.13

Package Sidebar

Install

npm i vue-storyground-reader

Weekly Downloads

11

Version

1.3.2

License

none

Unpacked Size

557 kB

Total Files

18

Last publish

Collaborators

  • lestat1992