Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Vue library #21

Open
rohit-ravikoti opened this issue May 1, 2019 · 4 comments
Open

[FEATURE] Vue library #21

rohit-ravikoti opened this issue May 1, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@rohit-ravikoti
Copy link
Contributor

rohit-ravikoti commented May 1, 2019

Is your feature request related to a problem? Please describe.
No

Describe the solution you'd like
Currently, the graphql-birdseye package is only available in React and it would be nice to have a version for Vue as well.

Describe alternatives you've considered
N/a

Additional context
N/a

@rohit-ravikoti rohit-ravikoti added the enhancement New feature or request label May 1, 2019
@rohit-ravikoti rohit-ravikoti self-assigned this May 1, 2019
@bhtz
Copy link

bhtz commented May 3, 2019

or building a standard web component available for react, vue, angular etc.

@rohit-ravikoti
Copy link
Contributor Author

@bhtz,
This is already available and published as graphql-birdseye-core. We are in the process of documenting how to use the library on #23.

@hansamann
Copy link

Thx, I am currently trying to integrate this in a very simple vue app and am failing miserably. Any help on how to integrate this with a vue app is very welcome. Right now, I seem to have import issues:

[Vue warn]: Error in created hook: "TypeError: graphql_birdseye_core__WEBPACK_IMPORTED_MODULE_1__.GraphqlBirdseye is not a constructor"

I've done a 'yarn add graphql-birdseye-core' and import the classes like this:

'''
import {
GraphqlBirdseye,
IntrospectionDataStructure,
} from "graphql-birdseye-core";
'''

Thx all!

@rohit-ravikoti
Copy link
Contributor Author

Related to #26

@rohit-ravikoti rohit-ravikoti added help wanted Extra attention is needed and removed contribution welcome labels May 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants