@vuex-orm/plugin-apollo
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc.3 • Public • Published

vuex-orm-apollo

Travis CI JavaScript Style Guide License

This Vuex-ORM plugin uses the apollo-client to let you sync your Vuex state with a GraphQL API

Documentation

https://vuex-orm.github.io/vuex-orm-apollo/

Contribution

To test this plugin in your existing project, you can use yarn link functionality. Run yarn link in your local vuex-orm-apollo directory and run yarn link @vuex-orm/plugin-apollo in your project dir.

Remember to run yarn build in your vuex-orm-apollo directory and then again yarn link in your project after you have made changes to the plugin code. You probably have also to restart your webpack server.

$ yarn run build

Compile files and generate bundles in dist directory.

$ yarn run lint

Lint files using a rule of Standard JS.

$ yarn run test

Run the test using Mocha Webpack.

$ yarn run coverage

Generate test coverage in coverage directory.

yarn docs:build

Builds the documentation.

yarn docs:dev

Spawns a server for the documentation.

yarn docs:depoy

Deploys the documentation.

License

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

Package Sidebar

Install

npm i @vuex-orm/plugin-apollo

Weekly Downloads

43

Version

1.0.0-rc.3

License

MIT

Unpacked Size

604 kB

Total Files

76

Last publish

Collaborators

  • kiaking
  • phortx