1.3.2 • Published 11 months ago

vue-storyground-reader v1.3.2

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

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.

1.3.2

11 months ago

1.3.1

11 months ago

1.3.0

11 months ago

1.2.0

1 year ago

1.2.8

12 months ago

1.1.9

1 year ago

1.2.7

12 months ago

1.2.6

12 months ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.9

12 months ago

1.1.8

1 year ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago