Docs
/Vue
/Installation
Installation
You can install @lite-embed/vue with NPM, yarn, any package manager, or a <script /> via unpkg.com.
NPM
npm install @lite-embed/vue
# or
yarn add @lite-embed/vue💡
We only support Vue 3 and above at the moment.
CDN
We also have a global (“UMD”) build hosted on the unpkg.com CDN if you don't use a module bundler or package manager. Simply put, at the bottom of your HTML file, add the following <script> tag:
<script src="https://unpkg.com/@lite-embed/vue/dist/lite-embed-vue.umd.js"></script>💡
This installation/use necessitates the presence of the following scripts: