vue-schema-org-integrations
Version:
Helper installs functions for frameworks. Currently, supporting Vite, VitePress and Vitesse.
23 lines (15 loc) • 579 B
Markdown
# vue-schema-org-integrations
Helper installs functions for frameworks. Currently, supporting Vite, VitePress and Vitesse.
Note: This package shouldn't be used directly, the core package `vue-schema-org` provides alises.
See the [setup docs](https://vue-schema-org.netlify.app/guide/) for your framework of choice.
## Install
```bash
# NPM
npm install -D vue-schema-org-integrations
# or Yarn
yarn add -D vue-schema-org-integrations
# or PNPM
pnpm add -D vue-schema-org-integrations
```
## License
MIT License © 2022-PRESENT [Harlan Wilton](https://github.com/harlan-zw)