# vueuse

**功能说明：** Collection of essential Vue Composition Utilities

**项目结构：**

```
.
./.editorconfig
./.eslintignore
./.eslintrc.js
./.github
./.gitignore
./.gitpod.yml
./.npmrc
./.tazerc.json
./.vscode
./jest.config.js
./LICENSE
./meta
./meta/function-indexes.ts
./meta/packages.ts
./meta/types.ts
./meta/versions.ts
./netlify.toml
./package.json
./packages
./packages/.test
./packages/.vitepress
./packages/add-ons.md
./packages/components
./packages/core
./packages/ecosystem.md
./packages/electron
./packages/export-size.md
./packages/firebase
./packages/functions.md
./packages/guide
./packages/guidelines.md
./packages/index.md
./packages/integrations
./packages/nuxt
./packages/postcss.config.js
./packages/public
./packages/rxjs
./packages/shared
./packages/vite.config.ts
./packages/windi.config.ts
./playgrounds
./playgrounds/nuxt3
./playgrounds/vite
./pnpm-lock.yaml
./pnpm-workspace.yaml
./rollup.config.js
./scripts
./scripts/build.ts
./scripts/export-size.ts
./scripts/fix-types.ts
./scripts/post-docs.ts
./scripts/publish.ts
./scripts/recently-updated.ts
./scripts/redirects.ts
./scripts/release.ts
./scripts/rollup.config.ts
./scripts/update.ts
./scripts/utils.ts
./tsconfig.json
```
