AOS vue js code example
Example 1: aos animate
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
Example 2: aos animate
<script>
AOS.init();
</script>
Example 3: aos animation vue
npm i -g @vue/cli
vue create vue-demo
cd vue-demo
//Add AOS animations to the project
npm i aos@next