File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- # vuex-orm-graphql
1
+ # Vuex ORM Plugin: GraphQl
2
2
3
- [ ![ Travis CI] ( https://travis-ci.org/vuex-orm/vuex-orm- graphql.svg?branch=master )] ( https://travis-ci.org/vuex-orm/vuex-orm -graphql )
3
+ [ ![ Travis CI] ( https://travis-ci.org/vuex-orm/plugin- graphql.svg?branch=master )] ( https://travis-ci.org/vuex-orm/plugin -graphql )
4
4
[ ![ JavaScript Style Guide] ( https://img.shields.io/badge/code_style-standard-brightgreen.svg )] ( https://standardjs.com )
5
- [ ![ License] ( https://img.shields.io/npm/l/@vuex-orm/vuex-orm- graphql.svg )] ( https://github.com/vuex-orm/vuex-orm -graphql/blob/master/LICENSE.md )
5
+ [ ![ License] ( https://img.shields.io/npm/l/@vuex-orm/plugin- graphql.svg )] ( https://github.com/vuex-orm/plugin -graphql/blob/master/LICENSE.md )
6
6
7
- ** Documentation:** https://vuex-orm.github.io/vuex-orm -graphql/
7
+ ** Documentation:** https://vuex-orm.github.io/plugin -graphql/
8
8
9
9
10
10
## Contribution
11
11
12
- To test this plugin in your existing project, you can use ` yarn link ` functionality. Run ` yarn link ` in your local
13
- vuex-orm -graphql directory and run ` yarn link @vuex-orm/plugin-graphql ` in your project dir.
12
+ To test this plugin in your existing project, you can use ` yarn link ` functionality. Run ` yarn link `
13
+ in your local plugin -graphql directory and run ` yarn link @vuex-orm/plugin-graphql ` in your project dir.
14
14
15
- Remember to run ` yarn build ` in your vuex-orm -graphql directory and then again ` yarn link ` in your project after you have
15
+ Remember to run ` yarn build ` in your plugin -graphql directory and then again ` yarn link ` in your project after you have
16
16
made changes to the plugin code. You probably have also to restart your webpack server.
17
17
18
18
@@ -64,4 +64,4 @@ Deploys the documentation.
64
64
65
65
## License
66
66
67
- Vuex ORM GraphQL is open-sourced software licensed under the [ MIT license] ( https://github.com/phortx/vuex-orm -graphql/blob/master/LICENSE.md ) .
67
+ Vuex ORM GraphQL is open-sourced software licensed under the [ MIT license] ( https://github.com/phortx/plugin -graphql/blob/master/LICENSE.md ) .
Original file line number Diff line number Diff line change 1
1
title : ' Vuex-ORM GraphQL Plugin'
2
2
description : ' Vue + Vuex-ORM + GraphQL = <3'
3
3
4
- base : ' /vuex-orm -graphql/'
4
+ base : ' /plugin -graphql/'
5
5
6
6
themeConfig :
7
7
nav :
@@ -15,7 +15,7 @@ themeConfig:
15
15
link : https://vuex-orm.github.io/vuex-orm/
16
16
17
17
- text : GitHub
18
- link : https://github.com/vuex-orm/vuex-orm -graphql
18
+ link : https://github.com/vuex-orm/plugin -graphql
19
19
20
20
sidebar :
21
21
- ['/guide/', 'Introduction']
Original file line number Diff line number Diff line change 27
27
},
28
28
"repository" : {
29
29
"type" : " git" ,
30
- "url" : " git+https://github.com/vuex-orm/vuex-orm -graphql.git"
30
+ "url" : " git+https://github.com/vuex-orm/plugin -graphql.git"
31
31
},
32
32
"keywords" : [
33
33
" vue" ,
41
41
"author" : " Benjamin Klein" ,
42
42
"license" : " MIT" ,
43
43
"bugs" : {
44
- "url" : " https://github.com/vuex-orm/vuex-orm -graphql/issues"
44
+ "url" : " https://github.com/vuex-orm/plugin -graphql/issues"
45
45
},
46
46
"dependencies" : {
47
47
"@types/graphql" : " ^0.12.3" ,
You can’t perform that action at this time.
0 commit comments