https://github.com/imolorhe/altair-graphql-plugin-birdseye
GraphQL BirdsEye plugin for Altair GraphQL
https://github.com/imolorhe/altair-graphql-plugin-birdseye
Last synced: 3 months ago
JSON representation
GraphQL BirdsEye plugin for Altair GraphQL
- Host: GitHub
- URL: https://github.com/imolorhe/altair-graphql-plugin-birdseye
- Owner: imolorhe
- Created: 2019-12-19T21:42:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-19T22:01:03.000Z (over 5 years ago)
- Last Synced: 2025-01-23T19:18:16.883Z (4 months ago)
- Language: Vue
- Size: 177 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# altair-graphql-plugin-birdseye
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).