villus
π A tiny and fast GraphQL client for Vue.js
File Explorer
Download Latest Version (.zip)- config.json
- README.md
- config.yml
- ci.yml
- release.yml
- FUNDING.yml
- .gitignore
- commit-msg
- pre-commit
- settings.json
- types.d.ts
- favicon.ico
- loadTheme.js
- logo.png
- Codesandbox.vue
- ContentWrapper.vue
- DocBadge.vue
- DocMenu.vue
- DocSearch.vue
- DocTip.vue
- DocToc.vue
- EditPage.vue
- SideMenu.vue
- SideMenuButton.vue
- SiteHead.astro
- SponsorButton.vue
- TheHeader.vue
- ThemeSwitcher.vue
- HomeLayout.astro
- PageLayout.astro
- client.mdx
- use-mutation.mdx
- use-query.mdx
- use-subscription.mdx
- basic-query.mdx
- state-store-pinia.mdx
- suspense.mdx
- migrate.mdx
- mutations.mdx
- overview.mdx
- plugins.mdx
- queries.mdx
- setup.mdx
- subscriptions.mdx
- testing.mdx
- typescript-codgen.mdx
- batch.mdx
- cache.mdx
- dedup.mdx
- fetch.mdx
- handle-subscriptions.mdx
- multipart.mdx
- index.mdx
- home.css
- page.css
- tailwind.css
- seo.ts
- string.js
- config.ts
- env.d.ts
- highlight.ts
- light-theme.json
- theme.json
- .gitignore
- astro.config.ts
- CHANGELOG.md
- package.json
- postcss.config.js
- tailwind.config.js
- tsconfig.json
- index.ts
- batch.spec.ts
- CHANGELOG.md
- package.json
- index.ts
- multipart.spec.ts
- CHANGELOG.md
- package.json
- index.ts
- network.ts
- types.ts
- utils.ts
- README.md
- common.ts
- error.ts
- index.ts
- query.ts
- cache.ts
- client.ts
- dedup.ts
- fetch.ts
- handleSubscriptions.ts
- helpers.ts
- index.ts
- symbols.ts
- types.ts
- useClient.ts
- useMutation.ts
- useQuery.ts
- useSubscription.ts
- mount.ts
- observer.ts
- fetch.ts
- graphql-env.d.ts
- handlers.ts
- queries.ts
- schema.graphql
- server.ts
- client.spec.ts
- setup.ts
- useMutation.spec.ts
- useQuery.spec.ts
- useSubscription.spec.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- build.ts
- config.ts
- copy-mds.ts
- deploy-docs.sh
- generate-dts.ts
- info.ts
- tag-release.ts
- .gitignore
- .npmrc
- CHANGELOG.md
- commitlint.config.js
- eslint.config.js
- LICENSE
- logo.png
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- prettier.config.js
- README.md
- tsconfig.json
- vitest.config.js
π Installation Guide
1. Get the code
git clone https://github.com/logaretm/villus
Downloads the entire project code from GitHub to your computer.
cd villus
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn add villus graphql
Type this command into your terminal and run it.
npm install villus graphql --save
Downloads and installs the libraries listed in package.json.
<img src="https://img.shields.io/npm/v/villus.svg?label=&color=05bda8">
Type this command into your terminal and run it.
<img src="https://img.shields.io/npm/dm/villus.svg?color=05bd6d&label=">
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
