JSPM

  • Created
  • Published
  • Downloads 10785
  • Score
    100M100P100Q137283F
  • License MIT

The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store.

Package Exports

  • @vuex-orm/core

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@vuex-orm/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

vuex-orm-next Unit Test Build codecov

Status: Draft

This repo is for the next iteration of Vuex ORM. It’s in an active development state and we are hoping it is going to be the foundation of the version 1.0.0 release. Any and all feedback is welcome!

In addition, new documentation is ongoing and can be found at https://next.vuex-orm.org.

Join us on our Slack Channel for any questions and discussions.

Vite Integration

Make sure to disable useDefineForClassFields in tsconfig.json when using vite >= 2.5.0. See this issue for more details.

...
"useDefineForClassFields": false,
...

Contribution

Community contributions will be applicable as soon as this repo reaches alpha stage.

License

Vuex ORM is open-sourced software licensed under the MIT License.