0.5.3 • Published 3 years ago

vue-teddy-store v0.5.3

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

What is Vue Teddy Store?

Vue Teddy Store is the easiest - next-generation - store for Vue application. Check out the documentation to find more about its minimal & delightful API.

Example

<!-- start of .vue file -->
<script>
  import { sync } from 'vue-teddy-store'

  export default {
    computed: {
      products: sync('products', 'items'),
    },
  }
</script>
<!-- End of .vue file -->

<script>
  /* part of your main.js file */
  import Vue from 'vue'
  import { setStore, install } from 'vue-teddy-store'

  setStore('products', {
    state: {
      items: [
        {
          name: 'Berries',
        },
      ],
    },
  })

  Vue.use(install)
  /* end part of your main.js file */
</script>

Contributing

Vue Teddy Store is and always will be free and open source.

Core Codebase Contributors

This project, so far, exists only because of the will of one person. If you use it and thinks it should become better, cover more cases or be more stable, consider pushing pull requests as well as reaching out through issues for ideas, bugs and questions.

License

MIT

Copyright (c) 2020-present, Gabin Desserprit

0.5.3

3 years ago

0.5.23

3 years ago

0.5.21

4 years ago

0.5.22

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.91

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.72

4 years ago

0.2.71

4 years ago

0.2.7

4 years ago

0.2.63

4 years ago

0.2.62

4 years ago

0.2.61

4 years ago

0.2.67

4 years ago

0.2.66

4 years ago

0.2.65

4 years ago

0.2.64

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.42

4 years ago

0.2.41

4 years ago

0.2.40

4 years ago

0.2.39

4 years ago

0.2.38

4 years ago

0.2.37

4 years ago

0.2.36

4 years ago

0.2.35

4 years ago

0.2.34

4 years ago

0.2.33

4 years ago

0.2.32

4 years ago

0.2.31

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.33

4 years ago

0.1.34

4 years ago

0.1.35

4 years ago

0.1.36

4 years ago

0.1.31

4 years ago

0.1.32

4 years ago

0.1.30

4 years ago

0.1.29

4 years ago

0.1.28

4 years ago

0.1.26

4 years ago

0.1.27

4 years ago

0.1.22

4 years ago

0.1.23

4 years ago

0.1.24

4 years ago

0.1.25

4 years ago

0.1.21

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago