For my current project, I'm incorporating Django templates and integrating Vue as a script:
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
My next step is to utilize various Vue libraries that can be installed via npm. I'm curious about how to integrate these libraries into my project. Can you provide some examples to guide me?