Skip to content

ojczeo/vuex-orm-graphql

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 50.8%
  • TypeScript 48.8%
  • Shell 0.4%