Documentation: https://vuex-orm.github.io/vuex-orm-graphql/
To test this plugin in your existing project, you can use yarn link functionality. Run yarn link in your local
vuex-orm-graphql directory and run yarn link @vuex-orm/plugin-graphql in your project dir.
Remember to run yarn build in your vuex-orm-graphql 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 buildCompile files and generate bundles in dist directory.
$ yarn run lintLint files using a rule of Standard JS.
$ yarn run testRun the test using Mocha Webpack.
$ yarn run coverageGenerate test coverage in coverage directory.
yarn docs:buildBuilds the documentation.
yarn docs:devSpawns a server for the documentation.
yarn docs:depoyDeploys the documentation.
Vuex ORM GraphQL is open-sourced software licensed under the MIT license.