[Vuejs]-How to use vue libraries in django templates

0👍

You could install both Vue.js and the libraries via NPM and then import them in a JS file that gets bundled/compiled by Webpack. Then have the Django Webpack Loader package render the JS file in your template: https://github.com/owais/django-webpack-loader

Leave a comment