1.3.2 • Published 1 year ago

vue-storyground-reader v1.3.2

Weekly downloads
-
License
-
Repository
github
Last release
1 year 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

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

2 years ago

1.2.8

2 years ago

1.1.9

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.1

2 years ago

1.1.0

3 years ago

1.0.9

3 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

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago