villus
๐ A tiny and fast GraphQL client for Vue.js
ํ์ผ ํ์๊ธฐ
์ต์ข ๋ฒ์ ๋ค์ด๋ก๋ (.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
# ์ค์น ๊ฐ์ด๋
1. ์ฝ๋ ๋ด๋ ค๋ฐ๊ธฐ
git clone https://github.com/logaretm/villus
๊นํ๋ธ์์ ํ๋ก์ ํธ ์ฝ๋ ์ ์ฒด๋ฅผ ๋ด ์ปดํจํฐ๋ก ๋ด๋ ค๋ฐ์ต๋๋ค.
cd villus
๋ฐฉ๊ธ ๋ด๋ ค๋ฐ์ ํ๋ก์ ํธ ํด๋ ์์ผ๋ก ์ด๋ํฉ๋๋ค.
2. Node.js
์ฌ์ ์ถ์ฒ์ฌ์ ์ค๋น๋ฌผ
yarn add villus graphql
์ด ๋ช ๋ น์ด๋ฅผ ํฐ๋ฏธ๋์ ๊ทธ๋๋ก ์ ๋ ฅํด ์คํํ์ธ์.
npm install villus graphql --save
package.json์ ๋ช ์๋ ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ค์ ๋ด๋ ค๋ฐ์ ์ค์นํฉ๋๋ค.
<img src="https://img.shields.io/npm/v/villus.svg?label=&color=05bda8">
์ด ๋ช ๋ น์ด๋ฅผ ํฐ๋ฏธ๋์ ๊ทธ๋๋ก ์ ๋ ฅํด ์คํํ์ธ์.
<img src="https://img.shields.io/npm/dm/villus.svg?color=05bd6d&label=">
์ด ๋ช ๋ น์ด๋ฅผ ํฐ๋ฏธ๋์ ๊ทธ๋๋ก ์ ๋ ฅํด ์คํํ์ธ์.
๋ช
๋ น์ด ์คํ ํ ํฐ๋ฏธ๋์ ๋ํ๋๋ ์ฃผ์(๋ณดํต http://localhost:3000 ํํ)๋ฅผ ๋ธ๋ผ์ฐ์ ์์ ์ด์ด๋ณด์ธ์.
์ด ๋ ํฌ์ README์ ์ ํ ์ค์ ๋ช ๋ น์ด๋ฅผ ๊ทธ๋๋ก ๊ฐ์ ธ์์ต๋๋ค.
// repository documentation
Was this content helpful?
(0 ratings)
