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 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.
Vuex ORM GraphQL is open-sourced software licensed under the MIT license.