GithubHelp home page GithubHelp logo

elmassimo / vuex-stores Goto Github PK

View Code? Open in Web Editor NEW
62.0 3.0 2.0 1.32 MB

๐Ÿ—„ Store objects for Vuex, a simple and more fluid API for state-management.

Home Page: https://maximomussini.com/posts/vuex-stores

License: MIT License

JavaScript 94.33% Vue 5.67%
vuex vuex2 vuex3 vuex-store vuex-plugin vuex-modules vue maintainability js

vuex-stores's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

vuex-stores's Issues

Support for Typescript

Hi!

This is a great library and I foresee it will help a lot when writing component with Vue Composition API.

Is there a plan to add the typing interface as well in the script?

Thank you!

Vuex dependecy BC break

I have a Nuxt project which uses your vuex-stores library. Today I made some changes in package.json and find out that there are some BC breaks in the Vuex dependency. It seems it is caused by your version signature which says

  "dependencies": {
    "vuex": ">2.0"
  },

This downloads me the Vuex repository of version: "4.0.2",

This contains the code

  store._state = vue.reactive({
    data: state
  });

in vuex.cjs.js which throws me an error
vue.reactive is not a function

I dont know if I have right but if yes, could you fix it please? Thanks a lot.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.