noamkfir / vuex-orm-graphql

Vuex-ORM Plugin to sync the data against a GraphQL API.

Home Page:https://vuex-orm.github.io/vuex-orm-graphql/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vuex-orm-graphql

Travis CI JavaScript Style Guide License

Documentation: https://vuex-orm.github.io/vuex-orm-graphql/

Contribution

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.

License

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

About

Vuex-ORM Plugin to sync the data against a GraphQL API.

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

License:MIT License


Languages

Language:JavaScript 50.8%Language:TypeScript 48.8%Language:Shell 0.4%