packages/popmotion-pose/docs/learn/vue/vue-install.md
npm install vue-pose --save
yarn add vue-pose
Note: The Pose documentation uses the import syntax for importing individual modules.
If you use one of the following installation methods, top-level Pose for Vue exports will be available as the global posed variable.
So, when you see in the docs import posed from 'vue-pose', you can instead simply use the global posed variable.
You can download the latest version of Pose for Vue at https://unpkg.com/vue-pose/dist/vue-pose.js
You can include it in your HTML with this script tag:
<script src="https://unpkg.com/vue-pose/dist/vue-pose.js"></script>
You can fork the Pose for Vue playground on CodeSandbox, which is set up with the latest version of Pose for Vue.